Skip to content

Commit

Permalink
group item layout
Browse files Browse the repository at this point in the history
  • Loading branch information
xxf098 committed Nov 13, 2022
1 parent 6ea2ff5 commit f942619
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/main/res/layout/layout_group_item.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginHorizontal="3dp"
android:paddingHorizontal="10dp"
android:id="@+id/group_item_layout"
android:orientation="horizontal">

<TextView
android:id="@android:id/text1"
style="?android:attr/spinnerDropDownItemStyle"
android:layout_width="wrap_content"
android:layout_height="40dp"
android:ellipsize="marquee"
android:singleLine="true" />

</LinearLayout>

0 comments on commit f942619

Please sign in to comment.