Commit a8967bac by amateur

1

1 parent ea6dec6a
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
<Button <Button
android:id="@+id/nav_back" android:id="@+id/nav_back"
android:layout_width="25dp" android:layout_width="20dp"
android:layout_height="25dp" android:layout_height="20dp"
android:background="@drawable/left_arrow" android:background="@drawable/left_arrow"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<TextView <TextView
android:id="@+id/nav_title" android:id="@+id/nav_title"
android:layout_width="match_parent" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:textColor="@color/white" android:textColor="@color/white"
android:textSize="20sp" android:textSize="20sp"
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!