Remove Firebase Token section from About fragment

This commit is contained in:
Javi Rueda 2020-06-29 10:31:45 +02:00
parent 9c3ec3156d
commit 9b29728a78

View file

@ -335,37 +335,6 @@
android:textSize="14sp" />
</LinearLayout>
<View
android:background="@color/divider"
android:layout_width="match_parent"
android:layout_height="0.5dp" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_weight="10"
android:padding="12dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="end"
android:fontFamily="@font/inter"
android:singleLine="true"
android:text="@string/firebase_token"
android:textSize="14sp"
android:textStyle="bold" />
<TextView
android:id="@+id/about_firebase_token"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="end"
android:fontFamily="@font/inter"
android:textFontWeight="300"
android:textIsSelectable="true"
android:textSize="14sp" />
</LinearLayout>
<View
android:background="@color/divider"
android:layout_width="match_parent"