theme rework preparation

This commit is contained in:
2020-11-21 19:40:55 +01:00
parent 91c9b6d716
commit dcd6ebccea
7 changed files with 56 additions and 11 deletions

View File

@ -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>

View File

@ -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>