diff --git a/app/src/main/res/layout/fragment_profile.xml b/app/src/main/res/layout/fragment_profile.xml index 568312c..b7352b6 100644 --- a/app/src/main/res/layout/fragment_profile.xml +++ b/app/src/main/res/layout/fragment_profile.xml @@ -2,13 +2,11 @@ @@ -17,6 +15,16 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:background="?android:attr/colorBackground"> + + + android:orientation="vertical" + android:paddingTop="50dp" + tools:layout_editor_absoluteX="0dp" + tools:layout_editor_absoluteY="0dp"> + + + android:elevation="10dp" + app:cardCornerRadius="80dp"> - + app:layout_constraintBottom_toTopOf="@+id/title" + app:layout_constraintTop_toTopOf="parent" /> + android:gravity="center_horizontal" + android:orientation="vertical"> + android:textSize="24sp" /> + android:textSize="18sp" /> + - - + android:textSize="18sp" /> + app:cardElevation="8dp" + app:cornerRadius="8dp" + app:icon="@drawable/qr_code_scan" + + app:iconGravity="textStart" + app:rippleColor="@color/white" + app:strokeColor="@color/black" + app:strokeWidth="1dp" /> + + app:layout_constraintTop_toTopOf="parent" + app:rippleColor="@color/white" + app:strokeColor="@color/black" + app:strokeWidth="1dp" /> + + app:cornerRadius="8dp" + app:rippleColor="@color/white" + app:strokeColor="@color/black" + app:strokeWidth="1dp" /> + - + + + android:layout_height="wrap_content" + android:visibility="gone" /> + + android:padding="16dp" + tools:listitem="@layout/item_scanner_view" /> diff --git a/app/src/main/res/layout/item_scanner_view.xml b/app/src/main/res/layout/item_scanner_view.xml index 658c075..e63928e 100644 --- a/app/src/main/res/layout/item_scanner_view.xml +++ b/app/src/main/res/layout/item_scanner_view.xml @@ -9,6 +9,7 @@ app:cardElevation="8dp" app:strokeWidth="2dp" app:strokeColor="@color/primary" + android:padding="10dp" android:backgroundTint="@android:color/white">