mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-25 01:07:47 +00:00
Minor UI tweaks
This commit is contained in:
parent
9e16f1e8d7
commit
4246c8c6a4
@ -21,6 +21,7 @@
|
||||
android:layout_marginLeft="@dimen/large_spacing"
|
||||
android:layout_marginTop="@dimen/large_spacing"
|
||||
android:layout_marginRight="@dimen/large_spacing"
|
||||
android:inputType="textWebEmailAddress"
|
||||
android:hint="Enter an open group URL" />
|
||||
|
||||
<View
|
||||
|
@ -21,6 +21,7 @@
|
||||
android:layout_marginLeft="@dimen/large_spacing"
|
||||
android:layout_marginTop="@dimen/large_spacing"
|
||||
android:layout_marginRight="@dimen/large_spacing"
|
||||
android:inputType="textWebEmailAddress"
|
||||
android:hint="@string/fragment_enter_chat_url_edit_text_hint" />
|
||||
|
||||
<View
|
||||
|
@ -21,4 +21,9 @@
|
||||
<item name="android:elevation">4dp</item>
|
||||
</style>
|
||||
|
||||
<style name="Widget.Session.Button.Dialog.Destructive">
|
||||
<item name="android:background">@android:color/transparent</item>
|
||||
<item name="android:textColor">@color/destructive</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
@ -31,7 +31,6 @@
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
<!-- Session light theme (these values overlays their dark theme counterparts from Theme.TextSecure) -->
|
||||
<style name="Theme.TextSecure.DayNight" parent="Base.Theme.TextSecure">
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user