Add retry all and boost page

This commit is contained in:
NerdNumber9
2018-06-10 12:15:15 -04:00
parent c1abec3b4c
commit a96c25c37c
4 changed files with 124 additions and 7 deletions

View File

@@ -94,6 +94,44 @@
android:text="\?" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
android:orientation="horizontal">
<Button
android:id="@+id/eh_retry_all"
style="?android:attr/borderlessButtonStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="Retry all" />
<Button
android:id="@+id/eh_retry_all_help"
style="?android:attr/borderlessButtonStyle"
android:layout_width="40dp"
android:layout_height="wrap_content"
android:text="\?" />
<Button
android:id="@+id/eh_boost_page"
style="?android:attr/borderlessButtonStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="Boost page" />
<Button
android:id="@+id/eh_boost_page_help"
style="?android:attr/borderlessButtonStyle"
android:layout_width="40dp"
android:layout_height="wrap_content"
android:text="\?" />
</LinearLayout>
</LinearLayout>
<ImageButton