Update single_installer_view.xml

This commit is contained in:
NekoInverter 2020-02-05 23:06:25 +08:00 committed by GitHub
parent 8ac5b97bb8
commit 49c2e20b04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -107,14 +107,16 @@
<ImageView
android:layout_width="50dp"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_margin="8dp"
android:src="@drawable/ic_warning"
tools:ignore="ContentDescription" />
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_toEndOf="@+id/warning"
android:paddingStart="8dp"
android:paddingEnd="8dp"
android:text="@string/unofficial_build"
@ -348,4 +350,4 @@
</LinearLayout>
</ScrollView>
</ScrollView>