[android] Minor cleanup

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2021-05-15 22:47:54 +02:00 committed by Roman Tsisyk
parent a6fc901ebf
commit c966db4e50

View file

@ -1,14 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:background="?attr/cardBackground"
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:text="@string/opt_out_help_android"
android:textAppearance="@style/MwmTextAppearance.Body3"
android:padding="@dimen/margin_base"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</LinearLayout>