remove about tab

This commit is contained in:
sk
2023-02-03 15:07:15 +01:00
parent 72f638c96c
commit f49c7dff00
3 changed files with 21 additions and 23 deletions

View File

@@ -219,7 +219,8 @@
android:layout_below="@id/border_top"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="8dp">
android:paddingHorizontal="8dp"
android:paddingTop="8dp">
<LinearLayout
android:id="@+id/posts_btn"
@@ -310,7 +311,8 @@
android:background="?colorBackgroundLightest"
android:layout_below="@id/profile_counters"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
android:layout_height="wrap_content"
android:paddingTop="6dp" />
</RelativeLayout>

View File

@@ -11,7 +11,6 @@
android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="wrap_content"
android:maxWidth="56dp"
android:textAppearance="@style/m3_label_medium"
android:textAllCaps="true"
android:textSize="12sp"