mirror of
https://github.com/readrops/Readrops.git
synced 2025-01-24 07:42:13 +01:00
Update sync progress textview
This commit is contained in:
parent
8c483b1885
commit
594f3d1c5e
@ -45,7 +45,13 @@
|
|||||||
android:id="@+id/sync_progress_text_view"
|
android:id="@+id/sync_progress_text_view"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_alignParentStart="true"
|
||||||
|
android:layout_alignParentEnd="true"
|
||||||
android:layout_centerInParent="true"
|
android:layout_centerInParent="true"
|
||||||
|
android:ellipsize="end"
|
||||||
|
android:maxLines="1"
|
||||||
|
android:minLines="1"
|
||||||
|
android:textAlignment="center"
|
||||||
android:textColor="@color/colorBackground"
|
android:textColor="@color/colorBackground"
|
||||||
tools:text="updating feeds" />
|
tools:text="updating feeds" />
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user