layout edits
This commit is contained in:
parent
d49918d8c4
commit
e0949f115c
|
|
@ -7,11 +7,11 @@
|
||||||
<deviceKey>
|
<deviceKey>
|
||||||
<Key>
|
<Key>
|
||||||
<type value="SERIAL_NUMBER" />
|
<type value="SERIAL_NUMBER" />
|
||||||
<value value="adb-62f6513d-bkDenR._adb-tls-connect._tcp" />
|
<value value="62f6513d" />
|
||||||
</Key>
|
</Key>
|
||||||
</deviceKey>
|
</deviceKey>
|
||||||
</Target>
|
</Target>
|
||||||
</runningDeviceTargetSelectedWithDropDown>
|
</runningDeviceTargetSelectedWithDropDown>
|
||||||
<timeTargetWasSelectedWithDropDown value="2023-03-18T17:23:33.549301Z" />
|
<timeTargetWasSelectedWithDropDown value="2023-03-24T22:04:46.108607Z" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
<component name="VisualizationToolProject">
|
<component name="VisualizationToolProject">
|
||||||
<option name="state">
|
<option name="state">
|
||||||
<ProjectState>
|
<ProjectState>
|
||||||
<option name="scale" value="0.28396739130434784" />
|
<option name="scale" value="0.037278575835022476" />
|
||||||
</ProjectState>
|
</ProjectState>
|
||||||
</option>
|
</option>
|
||||||
</component>
|
</component>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical">
|
||||||
|
|
@ -15,7 +16,8 @@
|
||||||
android:ems="10"
|
android:ems="10"
|
||||||
android:hint="@string/usernameFieldHint"
|
android:hint="@string/usernameFieldHint"
|
||||||
android:inputType="textPersonName"
|
android:inputType="textPersonName"
|
||||||
android:minHeight="48dp" />
|
android:minHeight="48dp"
|
||||||
|
tools:ignore="VisualLintTextFieldSize" />
|
||||||
|
|
||||||
<EditText
|
<EditText
|
||||||
android:id="@+id/passwordField"
|
android:id="@+id/passwordField"
|
||||||
|
|
@ -27,7 +29,8 @@
|
||||||
android:ems="10"
|
android:ems="10"
|
||||||
android:hint="@string/passwordFieldHint"
|
android:hint="@string/passwordFieldHint"
|
||||||
android:inputType="textPassword"
|
android:inputType="textPassword"
|
||||||
android:minHeight="48dp" />
|
android:minHeight="48dp"
|
||||||
|
tools:ignore="VisualLintTextFieldSize" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/loginButton"
|
android:id="@+id/loginButton"
|
||||||
|
|
@ -35,5 +38,6 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="125dp"
|
android:layout_marginStart="125dp"
|
||||||
android:layout_marginEnd="125dp"
|
android:layout_marginEnd="125dp"
|
||||||
android:text="@string/loginButtonText" />
|
android:text="@string/loginButtonText"
|
||||||
|
tools:ignore="VisualLintButtonSize" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
tools:context=".notes.NotesActivity">
|
tools:context=".notes.NotesActivity">
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/addButton"
|
android:id="@+id/add_Button"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="275dp"
|
android:layout_marginStart="275dp"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue