mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-16 12:08:25 +00:00
Merge pull request #357 from metaphore/action-bar-back-buttons
Fix Back Button Tappable Area
This commit is contained in:
commit
c767da4d09
@ -12,14 +12,8 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="?attr/actionBarSize"
|
android:layout_height="?attr/actionBarSize"
|
||||||
android:clipChildren="false"
|
android:clipChildren="false"
|
||||||
android:contentInsetLeft="24dp"
|
app:contentInsetLeft="0dp"
|
||||||
android:contentInsetStart="24dp"
|
app:contentInsetStart="0dp">
|
||||||
app:contentInsetLeft="24dp"
|
|
||||||
app:contentInsetStart="24dp"
|
|
||||||
android:contentInsetRight="20dp"
|
|
||||||
android:contentInsetEnd="20dp"
|
|
||||||
app:contentInsetRight="20dp"
|
|
||||||
app:contentInsetEnd="20dp">
|
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
@ -36,8 +30,7 @@
|
|||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:background="@drawable/conversation_home_touch_highlight"
|
android:background="@drawable/conversation_home_touch_highlight"
|
||||||
android:clickable="true"
|
android:clickable="true"
|
||||||
android:focusable="true"
|
android:focusable="true">
|
||||||
android:layout_marginLeft="-24dp">
|
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:layout_width="18dp"
|
android:layout_width="18dp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user