Browse Source

- fixed widget toolbar text colour

pull/529/head
Twig N 4 years ago
parent
commit
5582731775
  1. 2
      app/src/main/res/layout/widget_torrents.xml

2
app/src/main/res/layout/widget_torrents.xml

@ -59,6 +59,7 @@ @@ -59,6 +59,7 @@
android:singleLine="true"
android:textIsSelectable="false"
android:textSize="@dimen/ui_navigation_filter"
android:textColor="@color/transdroid_text_actionbar"
tools:text="Filter" />
<TextView
@ -71,6 +72,7 @@ @@ -71,6 +72,7 @@
android:singleLine="true"
android:textIsSelectable="false"
android:textSize="@dimen/ui_navigation_server"
android:textColor="@color/transdroid_text_actionbar"
tools:text="Server"/>
</LinearLayout>

Loading…
Cancel
Save