Skip to content
Snippets Groups Projects
Commit 49884d29 authored by yansans's avatar yansans
Browse files

style: portrait login and remove padding

parent a2dcd4c6
Branches
1 merge request!13Release
......@@ -24,6 +24,7 @@
<activity
android:name=".ui.login.LoginActivity"
android:screenOrientation="portrait"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
......
......@@ -4,7 +4,7 @@
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingTop="?attr/actionBarSize">
>
<com.google.android.material.bottomnavigation.BottomNavigationView
android:id="@+id/nav_view"
......
......@@ -4,7 +4,9 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".ui.settings.SettingsFragment">
tools:context=".ui.settings.SettingsFragment"
android:paddingTop="?attr/actionBarSize"
>
<TextView
android:id="@+id/text_settings"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment