Skip to content

Commit

Permalink
Checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
whyfoo committed Dec 7, 2021
1 parent 706f747 commit 2fa4567
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 2 additions & 0 deletions app/src/main/res/layout/fragment_home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
app:icon="@drawable/ic_baseline_qr_code_scanner_24"
android:backgroundTint="@color/white"
app:cornerRadius="15dp"
android:padding="12dp"
/>

<TextView
Expand All @@ -67,6 +68,7 @@
app:icon="@drawable/ic_baseline_edit_24"
android:backgroundTint="@color/white"
app:cornerRadius="15dp"
android:padding="12dp"
/>

</LinearLayout>
Expand Down
8 changes: 5 additions & 3 deletions app/src/main/res/layout/fragment_pay.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
android:layout_height="match_parent"
tools:context=".PayFragment">

<!-- TODO: Update blank fragment layout -->

<TextView
android:textColor="@color/white"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:text='ini fragment pay' />
android:textColor="@color/yellow"
android:textSize="18sp"
android:padding="20dp"
android:text="@string/trolley_empty" />

</FrameLayout>
1 change: 1 addition & 0 deletions app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@
<color name="blue">#86BBD8</color>
<color name="purple">#CE84AD</color>
<color name="grey">#707070</color>
<color name="yellow">#FFFBDB</color>
</resources>
3 changes: 2 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<string name="click_here_to_retry">Click <u>Here</u> to Retry</string>
<string name="sign_up_underline"><u>Sign Up</u></string>
<string name="sign_in_underline"><u>Sign In</u></string>
<string name="username_dummy">johndoe</string>
<string name="username_dummy">John Doe</string>
<string name="email_dummy">[email protected]</string>
<string name="see_shopping_history">See Shopping History</string>
<string name="edit_profile">Edit Profile</string>
Expand All @@ -48,4 +48,5 @@
<string name="youtube">YouTube</string>
<!-- TODO: Remove or change this placeholder text -->
<string name="hello_blank_fragment">Hello blank fragment</string>
<string name="trolley_empty">Your trolley is empty. \nStart shopping to see your item(s)</string>
</resources>

0 comments on commit 2fa4567

Please sign in to comment.