mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-19 09:42:01 +00:00
Bottom align the emoji toggle and send toggle.
Fixes #2891 Closes #3191 // FREEBIE
This commit is contained in:

committed by
Moxie Marlinspike

parent
4aa4ab50c4
commit
01bebf2176
7
res/drawable-v21/touch_highlight_background.xml
Normal file
7
res/drawable-v21/touch_highlight_background.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:color="@color/touch_highlight">
|
||||
<item
|
||||
android:id="@android:id/mask"
|
||||
android:drawable="@android:color/white" />
|
||||
</ripple>
|
Reference in New Issue
Block a user