mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-21 16:41:05 +00:00
Fixed ability to add profiles again
This commit is contained in:
parent
c5626a41a7
commit
61e932a8bc
6 changed files with 86 additions and 14 deletions
|
@ -39,7 +39,7 @@
|
|||
android:inputType="textPersonName"
|
||||
android:ems="10"
|
||||
android:paddingTop="0dp"
|
||||
android:id="@+id/editText3"
|
||||
android:id="@+id/addProfileName"
|
||||
android:textSize="28sp"
|
||||
/>
|
||||
</LinearLayout>
|
||||
|
|
|
@ -14,6 +14,6 @@
|
|||
android:inputType="textPersonName"
|
||||
android:text="Name"
|
||||
android:ems="10"
|
||||
android:id="@+id/editText"
|
||||
android:id="@+id/profile_name"
|
||||
android:layout_weight="0.96"/>
|
||||
</LinearLayout>
|
Loading…
Add table
Add a link
Reference in a new issue