|
|
@ -15,7 +15,8 @@ |
|
|
|
<com.github.mikephil.charting.charts.HorizontalBarChart |
|
|
|
android:id="@+id/vote_chart" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="200dp" /> |
|
|
|
android:layout_height="200dp" |
|
|
|
android:visibility="gone"/> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/error_too_many_checked" |
|
|
@ -40,12 +41,14 @@ |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="@string/remove_vote_button" |
|
|
|
android:visibility="gone" /> |
|
|
|
android:visibility="gone" |
|
|
|
android:layout_marginEnd="16dp"/> |
|
|
|
|
|
|
|
<android.support.v7.widget.AppCompatButton |
|
|
|
android:id="@+id/show_poll_results_button" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginEnd="16dp" |
|
|
|
android:text="@string/show_vote_results_button" |
|
|
|
android:visibility="gone" /> |
|
|
|
|
|
|
@ -53,6 +56,7 @@ |
|
|
|
android:id="@+id/show_poll_options_button" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginEnd="16dp" |
|
|
|
android:text="@string/show_vote_results_button" |
|
|
|
android:visibility="gone" /> |
|
|
|
|
|
|
@ -60,7 +64,9 @@ |
|
|
|
android:id="@+id/submit_button" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginEnd="16dp" |
|
|
|
android:text="@string/submit" |
|
|
|
android:textColor="@color/accent" |
|
|
|
android:visibility="gone"/> |
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |