mirror of https://github.com/FongMi/TV.git
parent
11bbf7f094
commit
4a888215cd
@ -0,0 +1,14 @@ |
|||||||
|
<?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:id="@+id/text" |
||||||
|
android:layout_width="wrap_content" |
||||||
|
android:layout_height="wrap_content" |
||||||
|
android:background="@drawable/selector_text" |
||||||
|
android:focusable="true" |
||||||
|
android:focusableInTouchMode="true" |
||||||
|
android:gravity="center" |
||||||
|
android:singleLine="true" |
||||||
|
android:textColor="@color/white" |
||||||
|
android:textSize="18sp" |
||||||
|
tools:text="解析" /> |
||||||
Loading…
Reference in new issue