mirror of https://github.com/FongMi/TV.git
parent
6488c36aeb
commit
d6e9b7e33b
@ -0,0 +1,16 @@ |
||||
<?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/history" |
||||
android:layout_width="wrap_content" |
||||
android:layout_height="wrap_content" |
||||
android:background="@drawable/selector_item_round" |
||||
android:ellipsize="marquee" |
||||
android:focusable="true" |
||||
android:focusableInTouchMode="true" |
||||
android:marqueeRepeatLimit="marquee_forever" |
||||
android:scrollHorizontally="true" |
||||
android:singleLine="true" |
||||
android:textColor="@color/white" |
||||
android:textSize="16sp" |
||||
tools:text="歷史" /> |
||||
@ -1,7 +1,7 @@ |
||||
<?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:id="@+id/word" |
||||
android:layout_width="wrap_content" |
||||
android:layout_height="wrap_content" |
||||
android:background="@drawable/selector_item_round" |
||||
Loading…
Reference in new issue