aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2014-05-27 21:41:59 +0200
committerBananeweizen <bananeweizen@gmx.de>2014-05-27 21:41:59 +0200
commit9dd3dc16cdd31a22b0633ca3d8c08a1c5209ce12 (patch)
treedb63f9abf9ecfba53c7f3c09f6779b4c71bbd877 /main/res/layout
parent774f16e33725cb0f540d027e6a5ba771b8fc0d4a (diff)
downloadcgeo-9dd3dc16cdd31a22b0633ca3d8c08a1c5209ce12.zip
cgeo-9dd3dc16cdd31a22b0633ca3d8c08a1c5209ce12.tar.gz
cgeo-9dd3dc16cdd31a22b0633ca3d8c08a1c5209ce12.tar.bz2
#3903: gcvote rating bar
Diffstat (limited to 'main/res/layout')
-rw-r--r--main/res/layout/logcache_activity.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/main/res/layout/logcache_activity.xml b/main/res/layout/logcache_activity.xml
index b08bb02..28e5eb9 100644
--- a/main/res/layout/logcache_activity.xml
+++ b/main/res/layout/logcache_activity.xml
@@ -70,6 +70,27 @@
android:singleLine="true" />
</LinearLayout>
+ <RatingBar
+ android:id="@+id/gcvoteRating"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center_horizontal"
+ android:max="5"
+ android:numStars="5"
+ android:stepSize="0.5"
+ android:visibility="gone" />
+
+ <TextView
+ android:id="@+id/gcvoteLabel"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:gravity="center_horizontal"
+ android:padding="10dip"
+ android:text="@string/log_no_rating"
+ android:textColor="?text_color"
+ android:textSize="12sp"
+ android:visibility="gone" />
+
<LinearLayout
android:id="@+id/tweet_box"
android:layout_width="fill_parent"