Update install_mod.xml

This commit is contained in:
Duy Tran Khanh 2021-02-03 20:54:11 +07:00 committed by GitHub
parent 2102678b45
commit 2461c84c77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,8 +17,7 @@
android:layout_height="match_parent"
android:layout_width="match_parent"
android:orientation="vertical"
android:id="@+id/main_touchpad"
android:visibility="gone">
android:id="@+id/main_touchpad">
<ImageView
android:layout_height="27dp"
@ -51,6 +50,7 @@
android:id="@+id/content_log_layout"
android:layout_height="match_parent"
android:layout_width="wrap_content"
android:visibility="gone"
android:orientation="vertical">
<RelativeLayout