rename widget background setting, add ripple effect
This commit is contained in:
parent
ec89ccb112
commit
b096bd3389
@ -21,6 +21,7 @@
|
||||
<LinearLayout
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:foreground="@drawable/ripple"
|
||||
android:orientation="vertical" >
|
||||
|
||||
<ImageView
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user