-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41 from angrezichatterbox/Update-App-UI-to-a-tab-bar
feat:Added a bottom nav bar
- Loading branch information
Showing
17 changed files
with
362 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="40dp" | ||
android:height="40dp" | ||
android:viewportWidth="960" | ||
android:viewportHeight="960"> | ||
<path | ||
android:pathData="M448.67,680h66.66v-240h-66.66v240ZM479.99,364q15.01,0 25.18,-9.97 10.16,-9.96 10.16,-24.7 0,-15.3 -10.15,-25.65 -10.16,-10.35 -25.17,-10.35 -15.01,0 -25.18,10.35 -10.16,10.35 -10.16,25.65 0,14.74 10.15,24.7 10.16,9.97 25.17,9.97ZM480.18,880q-82.83,0 -155.67,-31.5 -72.84,-31.5 -127.18,-85.83Q143,708.33 111.5,635.44T80,479.67q0,-82.88 31.5,-155.78Q143,251 197.33,197q54.34,-54 127.23,-85.5T480.33,80q82.88,0 155.78,31.5Q709,143 763,197t85.5,127Q880,397 880,479.82q0,82.83 -31.5,155.67Q817,708.33 763,762.54q-54,54.21 -127,85.84Q563,880 480.18,880ZM480.33,813.33q139,0 236,-97.33t97,-236.33q0,-139 -96.87,-236 -96.88,-97 -236.46,-97 -138.67,0 -236,96.87 -97.33,96.88 -97.33,236.46 0,138.67 97.33,236 97.33,97.33 236.33,97.33ZM480,480Z" | ||
android:fillColor="#e8eaed"/> | ||
</vector> |
Oops, something went wrong.