mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-16 16:16:04 -04:00
Style[local_login]: Increase size to accessibility standards
This commit is contained in:
parent
3f76100480
commit
2f4fcaff97
11
app_pojavlauncher/src/main/res/drawable/background_card.xml
Normal file
11
app_pojavlauncher/src/main/res/drawable/background_card.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="@dimen/_8sdp" />
|
||||
<padding
|
||||
android:bottom="@dimen/_2sdp"
|
||||
android:left="@dimen/_2sdp"
|
||||
android:right="@dimen/_2sdp"
|
||||
android:top="@dimen/_2sdp" />
|
||||
<solid android:color="@color/background_status_bar"/>
|
||||
</shape>
|
@ -6,6 +6,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@color/background_app"
|
||||
android:paddingHorizontal="@dimen/_10sdp"
|
||||
>
|
||||
|
||||
<View
|
||||
@ -13,7 +14,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/_200sdp"
|
||||
|
||||
android:background="@drawable/menu_background"
|
||||
android:background="@drawable/background_card"
|
||||
android:translationZ="-1dp"
|
||||
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
@ -32,15 +33,15 @@
|
||||
<com.kdt.mcgui.MineEditText
|
||||
android:id="@+id/login_edit_email"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="@dimen/_37sdp"
|
||||
|
||||
android:layout_marginHorizontal="@dimen/_25sdp"
|
||||
|
||||
android:layout_marginTop="@dimen/_35sdp"
|
||||
android:layout_marginTop="@dimen/_60sdp"
|
||||
android:imeOptions="flagNoExtractUi"
|
||||
android:inputType="textEmailAddress"
|
||||
android:textSize="@dimen/_16ssp"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/login_menu"
|
||||
|
||||
app:layout_constraintEnd_toEndOf="@+id/login_menu"
|
||||
app:layout_constraintStart_toStartOf="@+id/login_menu"
|
||||
app:layout_constraintTop_toTopOf="@+id/login_menu"
|
||||
@ -51,7 +52,7 @@
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="@dimen/_42sdp"
|
||||
android:layout_marginHorizontal="@dimen/_25sdp"
|
||||
android:layout_marginTop="@dimen/_8sdp"
|
||||
android:layout_marginTop="@dimen/_12sdp"
|
||||
android:onClick="loginMC"
|
||||
android:text="@string/login_online_login_label"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user