summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authortom79 <tschneider.ac@gmail.com>2019-04-29 18:18:40 +0200
committertom79 <tschneider.ac@gmail.com>2019-04-29 18:18:40 +0200
commit0b62272203e0b3a502cec92ade74d4b23e31e868 (patch)
tree6a85126e1d0ef51637041163df69292014190c07 /app/src/main/res/layout
parenta925b454891f0e4b64080fbe68b1a11b308d34f8 (diff)
Fix issue #909 & #904
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/layout_poll.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/src/main/res/layout/layout_poll.xml b/app/src/main/res/layout/layout_poll.xml
index a2d51e0da..91e475278 100644
--- a/app/src/main/res/layout/layout_poll.xml
+++ b/app/src/main/res/layout/layout_poll.xml
@@ -54,10 +54,6 @@
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content">
- <br.com.felix.horizontalbargraph.HorizontalBar
- android:id="@+id/choices"
- android:layout_width="match_parent"
- android:layout_height="match_parent"/>
</LinearLayout>