mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-23 01:20:55 +00:00
Added dialog and extend build.gradle
This commit is contained in:
parent
a8179865d6
commit
2628925779
6 changed files with 61 additions and 4 deletions
19
app/src/main/res/layout/dialog_new_profile.xml
Normal file
19
app/src/main/res/layout/dialog_new_profile.xml
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_vertical"
|
||||
android:orientation="horizontal"
|
||||
android:paddingBottom="16dp"
|
||||
android:paddingTop="16dp">
|
||||
|
||||
|
||||
<EditText
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:inputType="textPersonName"
|
||||
android:text="Name"
|
||||
android:ems="10"
|
||||
android:id="@+id/editText"
|
||||
android:layout_weight="0.96"/>
|
||||
</LinearLayout>
|
Loading…
Add table
Add a link
Reference in a new issue