mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 21:33:53 +01:00
Removed next button in quiz (#4382)
* issues resolved * modification done * warning fixed * issues resolved * Button added * don't know function added * Button added * modification done * modification done
This commit is contained in:
parent
2ae0cd2c72
commit
8db381885b
3 changed files with 83 additions and 93 deletions
|
|
@ -57,22 +57,21 @@
|
|||
android:layout_marginTop="@dimen/activity_margin_vertical"
|
||||
android:layout_marginBottom="@dimen/activity_margin_vertical"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="wrap_content" />
|
||||
android:layout_width="match_parent" />
|
||||
|
||||
|
||||
<Button
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/next_button"
|
||||
android:layout_gravity="right"
|
||||
style="?android:textAppearanceMedium"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_marginLeft="@dimen/activity_margin_horizontal"
|
||||
android:layout_marginRight="@dimen/activity_margin_horizontal"
|
||||
android:text="NEXT"
|
||||
android:backgroundTint="#D6DCE0"
|
||||
android:layout_marginBottom="@dimen/activity_margin_vertical" />
|
||||
<Button
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/next_button"
|
||||
android:layout_gravity="right"
|
||||
style="?android:textAppearanceMedium"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_marginLeft="@dimen/activity_margin_horizontal"
|
||||
android:layout_marginRight="@dimen/activity_margin_horizontal"
|
||||
android:text="I am not sure"
|
||||
android:backgroundTint="#D6DCE0"
|
||||
android:layout_marginBottom="@dimen/activity_margin_vertical" />
|
||||
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue