mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-02 12:52:19 +00:00
Improved EditEntryActivity layout
This commit is contained in:
parent
740c1fcab9
commit
ddedcfb7f1
4 changed files with 13 additions and 9 deletions
|
@ -13,8 +13,9 @@
|
|||
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="250dp"
|
||||
android:background="@color/colorPrimary">
|
||||
android:background="?attr/background"
|
||||
|
||||
android:layout_height="250dp">
|
||||
|
||||
<de.hdodenhof.circleimageview.CircleImageView
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
|
@ -48,7 +49,10 @@
|
|||
</com.avito.android.krop.KropView>
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:background="@color/divider" />
|
||||
<TableLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
@ -57,7 +61,7 @@
|
|||
android:layout_marginEnd="35dp">
|
||||
|
||||
<TableRow
|
||||
android:layout_marginTop="5dp"
|
||||
android:layout_marginTop="10dp"
|
||||
android:layout_marginBottom="5dp">
|
||||
<ImageView android:layout_column="0"
|
||||
android:layout_width="wrap_content"
|
||||
|
@ -73,7 +77,7 @@
|
|||
android:hint="Name"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:backgroundTint="#ff0000"
|
||||
android:backgroundTint="#949494"
|
||||
android:layout_weight="1"/>
|
||||
</TableRow>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue