Skip to content

Commit

Permalink
lol x4 v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Likver authored Nov 21, 2021
1 parent a7e0257 commit 7a2dfbb
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions res/layout/fragment_filtermenu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,6 @@
android:ems="10"
android:hint="@string/menu_search_filter" />

<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">

<View
android:layout_width="match_parent"
android:layout_height="5dp"
android:background="@color/triangleBackground" />

<com.edlplan.ui.TriangleEffectView
android:layout_width="match_parent"
android:layout_height="match_parent" />


<Button
android:id="@+id/sortButton"
Expand All @@ -77,7 +64,7 @@
android:textColor="#000000"
android:textSize="13sp" />

</RelativeLayout>


</LinearLayout>

Expand Down

0 comments on commit 7a2dfbb

Please sign in to comment.