Two intents enter, one intent leaves (#317)
* feat: add a profile exit button * fix: prevent leaving landscape behind This prevents landscape being left out of changes and potentially causing a crash by adding a shared item for the identical portion of the views.
This commit is contained in:
parent
e1b968bfe0
commit
5979479619
5 changed files with 466 additions and 650 deletions
17
app/src/main/res/drawable/ic_circle_arrow_left_24.xml
Normal file
17
app/src/main/res/drawable/ic_circle_arrow_left_24.xml
Normal file
|
@ -0,0 +1,17 @@
|
|||
<vector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:height="24dp"
|
||||
android:tint="#000000"
|
||||
android:viewportHeight="24"
|
||||
android:viewportWidth="24"
|
||||
android:width="24dp">
|
||||
|
||||
<group
|
||||
android:translateX="24"
|
||||
android:rotation="90">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M12,4c4.41,0 8,3.59 8,8s-3.59,8 -8,8s-8,-3.59 -8,-8S7.59,4 12,4M12,2C6.48,2 2,6.48 2,12c0,5.52 4.48,10 10,10c5.52,0 10,-4.48 10,-10C22,6.48 17.52,2 12,2L12,2zM13,12l0,-4h-2l0,4H8l4,4l4,-4H13z"/>
|
||||
</group>
|
||||
|
||||
</vector>
|
Loading…
Add table
Add a link
Reference in a new issue