diff --git a/app/src/main/res/drawable/ic_list.png b/app/src/main/res/drawable/ic_list.png deleted file mode 100644 index 646ee04..0000000 Binary files a/app/src/main/res/drawable/ic_list.png and /dev/null differ diff --git a/app/src/main/res/drawable/icon_list.xml b/app/src/main/res/drawable/icon_list.xml new file mode 100644 index 0000000..78f11db --- /dev/null +++ b/app/src/main/res/drawable/icon_list.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/app/src/main/res/layout/card_view.xml b/app/src/main/res/layout/card_view.xml new file mode 100644 index 0000000..0b6fb6b --- /dev/null +++ b/app/src/main/res/layout/card_view.xml @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_profile.xml b/app/src/main/res/layout/fragment_profile.xml index f371fff..7059bac 100644 --- a/app/src/main/res/layout/fragment_profile.xml +++ b/app/src/main/res/layout/fragment_profile.xml @@ -15,7 +15,7 @@ android:id="@+id/showState" android:layout_width="0dp" android:layout_height="0dp" - app:constraint_referenced_ids="logout,fullname,photo,position,lastEntry,scan" /> + app:constraint_referenced_ids="logout,fullname,photo2,position,lastEntry,scan" /> - - + - + diff --git a/app/src/main/res/values/card_view_style.xml b/app/src/main/res/values/card_view_style.xml index 0c7bfa5..11b0eb8 100644 --- a/app/src/main/res/values/card_view_style.xml +++ b/app/src/main/res/values/card_view_style.xml @@ -3,6 +3,6 @@ \ No newline at end of file diff --git a/app/src/main/res/values/rounded_image_view_style.xml b/app/src/main/res/values/rounded_image_view_style.xml new file mode 100644 index 0000000..3280455 --- /dev/null +++ b/app/src/main/res/values/rounded_image_view_style.xml @@ -0,0 +1,8 @@ + + + + \ No newline at end of file diff --git a/app/src/main/res/values/strings_entry_list.xml b/app/src/main/res/values/strings_entry_list.xml new file mode 100644 index 0000000..79bb6db --- /dev/null +++ b/app/src/main/res/values/strings_entry_list.xml @@ -0,0 +1,4 @@ + + + Entry History + \ No newline at end of file