mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-03 10:12:21 +00:00
Dividers for home screen conversation items.
Themed common/dialog button styles.
This commit is contained in:
@@ -74,7 +74,8 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:paddingBottom="172dp"
|
||||
android:clipToPadding="false" />
|
||||
android:clipToPadding="false"
|
||||
tools:listitem="@layout/view_conversation"/>
|
||||
|
||||
<View
|
||||
android:id="@+id/gradientView"
|
||||
@@ -106,7 +107,7 @@
|
||||
android:text="@string/activity_home_empty_state_message" />
|
||||
|
||||
<Button
|
||||
style="@style/MediumProminentOutlineButton"
|
||||
style="@style/Widget.Session.Button.Common.ProminentOutline"
|
||||
android:id="@+id/btnCreateNewPrivateChat"
|
||||
android:layout_width="196dp"
|
||||
android:layout_height="@dimen/medium_button_height"
|
||||
|
||||
Reference in New Issue
Block a user