rename widget background setting, add ripple effect

This commit is contained in:
Andrew Dolgov 2017-05-30 15:42:46 +03:00
parent ec89ccb112
commit b096bd3389
2 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:foreground="@drawable/ripple"
android:orientation="vertical" >
<ImageView

View File

@ -202,7 +202,7 @@
android:entries="@array/pref_widget_bgs"
android:entryValues="@array/pref_widget_bgs_values"
android:key="widget_background"
android:title="@string/pref_widget_background" />
android:title="@string/pref_theme" />
<org.fox.ttrss.util.LessBrokenSwitchPreference
android:defaultValue="true"