summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/widget_small.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-02-13 14:09:26 +0300
committerAndrew Dolgov <[email protected]>2015-02-13 14:09:26 +0300
commit697586c3a9397586c1708d1c83756d03162d68b2 (patch)
treecad56f3ce86689f6fbb3894c47bcab7569c4f112 /org.fox.ttrss/src/main/res/layout/widget_small.xml
parentf3a3b021dd27408e699e0255c2ecc31a4cc9c09c (diff)
fix widget not working correctly after device reboot
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/widget_small.xml')
-rwxr-xr-x[-rw-r--r--]org.fox.ttrss/src/main/res/layout/widget_small.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/widget_small.xml b/org.fox.ttrss/src/main/res/layout/widget_small.xml
index c40ead6b..f1a90491 100644..100755
--- a/org.fox.ttrss/src/main/res/layout/widget_small.xml
+++ b/org.fox.ttrss/src/main/res/layout/widget_small.xml
@@ -19,13 +19,13 @@
android:src="@drawable/ic_launcher" />
<TextView
- android:id="@+id/counter"
+ android:id="@+id/widget_unread_counter"
android:layout_weight="0"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|center"
android:gravity="center_horizontal"
- android:text="\?"
+ android:text=""
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="@android:color/primary_text_dark"
android:textSize="13sp" />