Fix file manager button

This commit is contained in:
J-Jamet
2021-03-06 12:35:07 +01:00
parent d4c3a3be6b
commit d6cf11b87d

View File

@@ -30,17 +30,11 @@
android:text="@string/file_manager_install_description"
android:gravity="center"
android:layout_marginBottom="12dp" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center_horizontal"
android:orientation="vertical">
<Button
android:id="@+id/file_manager_button"
android:layout_margin="@dimen/button_margin"
android:layout_width="200sp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:enabled="false"
android:gravity="center_horizontal"
android:text="@string/file_browser" />
</LinearLayout>
</LinearLayout>