Fix #575 (Widget unusable on dark background)
This commit is contained in:
parent
d1ef635c39
commit
68893059bb
2 changed files with 6 additions and 1 deletions
|
@ -59,6 +59,7 @@
|
|||
android:ellipsize="end"
|
||||
android:textStyle="bold"
|
||||
android:textSize="16sp"
|
||||
android:textColor="@android:color/white"
|
||||
android:layout_marginRight="10dp"
|
||||
android:layout_marginEnd="10dp"
|
||||
android:layout_marginTop="5dp" />
|
||||
|
@ -74,6 +75,7 @@
|
|||
android:layout_marginEnd="10dp"
|
||||
android:singleLine="true"
|
||||
android:textIsSelectable="false"
|
||||
android:textColor="@color/options_menu_item_text"
|
||||
tools:text="07.08.14 19:00"
|
||||
android:textSize="14sp" />
|
||||
|
||||
|
@ -90,6 +92,7 @@
|
|||
android:textAlignment="viewStart"
|
||||
android:singleLine="true"
|
||||
android:textIsSelectable="false"
|
||||
android:textColor="@android:color/white"
|
||||
tools:text="Feed name"
|
||||
android:textSize="14sp" />
|
||||
|
||||
|
|
|
@ -26,7 +26,9 @@
|
|||
android:layout_marginTop="44dp"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:gravity="center" />
|
||||
android:gravity="center"
|
||||
android:divider="#32d1d1d1"
|
||||
android:dividerHeight="1dp"/>
|
||||
|
||||
<!--
|
||||
android:divider="@null"
|
||||
|
|
Loading…
Reference in a new issue