all
This commit is contained in:
30
app/src/main/res/layout/mysimple_spinner_dropdown_item.xml
Normal file
30
app/src/main/res/layout/mysimple_spinner_dropdown_item.xml
Normal file
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@android:id/text1"
|
||||
style="?android:attr/spinnerDropDownItemStyle"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="40dp"
|
||||
android:ellipsize="marquee"
|
||||
android:textColor="#FFFFFF"
|
||||
android:singleLine="true"
|
||||
android:textSize="18sp"
|
||||
android:textAppearance="?android:attr/textAppearanceLarge"
|
||||
android:background="@color/mainfragmentbg_color"
|
||||
android:textAlignment="inherit" />
|
||||
<!--
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<checkedtextview xmlns:android="http://schemas.android.com/apk/res/android/"
|
||||
android:id="@android:id/text1"
|
||||
style="?android:attr/spinnerDropDownItemStyle"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="40dp"
|
||||
android:background="#000000"
|
||||
android:ellipsize="marquee"
|
||||
android:gravity="center"
|
||||
android:singleline="true"
|
||||
android:textalignment="inherit"
|
||||
android:textcolor="#FF0000"
|
||||
android:textsize="24sp" >
|
||||
|
||||
</checkedtextview>
|
||||
-->
|
||||
Reference in New Issue
Block a user