mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 13:23:58 +01:00
* fix issue with nominating for deletion * Fix UI issue * minor improvements * fix App crash * Added Javadoc and other minor improvements * Updated string name Co-authored-by: Pratham2305 <Pratham2305@users.noreply.github.com>
This commit is contained in:
parent
76b30678da
commit
ca18763e4f
11 changed files with 224 additions and 38 deletions
|
|
@ -381,14 +381,34 @@
|
|||
android:text="@string/copy_wikicode"
|
||||
android:textColor="@color/primaryTextColor" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/nominateDeletion"
|
||||
android:background="@drawable/bg_delete_button"
|
||||
android:textColor="@color/primaryTextColor"
|
||||
android:layout_margin="@dimen/standard_gap"
|
||||
<FrameLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/nominate_deletion"/>
|
||||
android:orientation="horizontal"
|
||||
android:layout_margin="@dimen/standard_gap">
|
||||
|
||||
<Button
|
||||
android:id="@+id/nominateDeletion"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/bg_delete_button"
|
||||
android:text="@string/nominate_deletion"
|
||||
android:textColor="@color/primaryTextColor" />
|
||||
|
||||
<ProgressBar
|
||||
android:id="@+id/progressBarDeletion"
|
||||
style="?android:attr/progressBarStyle"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="right|center_horizontal|center_vertical"
|
||||
android:elevation="4dp"
|
||||
android:indeterminate="true"
|
||||
android:indeterminateTint="@color/primaryTextColor"
|
||||
android:indeterminateTintMode="src_atop"
|
||||
android:visibility="gone"/>
|
||||
|
||||
</FrameLayout>
|
||||
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue