Skip to content

Commit

Permalink
Improved CardBrowserMySearchesDialog (ankidroid#14168)
Browse files Browse the repository at this point in the history
* set padding

* remove unused FixedTextView
  • Loading branch information
SanjaySargam authored Aug 2, 2023
1 parent a8117a0 commit 3c720c9
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:descendantFocusability="blocksDescendants"
android:paddingLeft="8dp"
android:paddingRight="8dp"
android:paddingTop="5dp"
android:paddingLeft="32dp"
android:paddingRight="32dp"
android:paddingBottom="5dp">

<LinearLayout
Expand All @@ -17,10 +18,6 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="16sp"/>
<com.ichi2.ui.FixedTextView android:id="@+id/card_browser_my_search_terms_textview"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="13sp"/>
</LinearLayout>
<ImageButton android:id="@+id/card_browser_my_search_remove_button"
android:layout_width="wrap_content"
Expand Down

0 comments on commit 3c720c9

Please sign in to comment.