mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-26 13:12:59 +00:00
updatefragment fixes
This commit is contained in:
parent
fe7e626a84
commit
fc6a143b34
1 changed files with 4 additions and 4 deletions
|
@ -13,14 +13,14 @@
|
|||
tools:context=".ui.fragments.UpdateCheckFragment">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
style="@style/CardTitle"
|
||||
android:id="@+id/update_center_text"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_gravity="center"
|
||||
android:text="@string/update_center"
|
||||
android:textAlignment="center"
|
||||
android:fontFamily="@font/exo_semibold" />
|
||||
|
@ -29,7 +29,7 @@
|
|||
android:id="@+id/update_center_checking"
|
||||
style="@style/AppVer.Bold"
|
||||
android:layout_marginTop="4dp"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_gravity="center"
|
||||
android:text="Checking For Updates..."
|
||||
android:textAlignment="center"
|
||||
android:textSize="16sp" />
|
||||
|
|
Loading…
Reference in a new issue