Initial commit
This commit is contained in:
commit
21bfbfb139
520 changed files with 47819 additions and 0 deletions
12
app/src/main/res/layout/item_dropdown.xml
Normal file
12
app/src/main/res/layout/item_dropdown.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="56dp"
|
||||
android:fontFamily="@font/poppins_bold"
|
||||
android:ellipsize="marquee"
|
||||
android:marqueeRepeatLimit="marquee_forever"
|
||||
android:padding="16dp"
|
||||
android:textColor="?android:attr/textColorSecondary"
|
||||
tools:text="Item"
|
||||
android:singleLine="true" />
|
Loading…
Add table
Add a link
Reference in a new issue