theme rework preparation
This commit is contained in:
@ -140,7 +140,8 @@
|
||||
android:id="@+id/text_my_list_action"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/my_list" />
|
||||
android:text="@string/my_list"
|
||||
android:textSize="12sp" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
|
@ -59,6 +59,6 @@
|
||||
android:id="@+id/text_episode_desc"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:maxLines="2"
|
||||
android:ellipsize="end"/>
|
||||
android:ellipsize="end"
|
||||
android:maxLines="2" />
|
||||
</LinearLayout>
|
Reference in New Issue
Block a user