mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-26 01:37:43 +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_marginLeft="@dimen/large_spacing"
|
||||||
android:layout_marginTop="@dimen/large_spacing"
|
android:layout_marginTop="@dimen/large_spacing"
|
||||||
android:layout_marginRight="@dimen/large_spacing"
|
android:layout_marginRight="@dimen/large_spacing"
|
||||||
|
android:inputType="textWebEmailAddress"
|
||||||
android:hint="Enter an open group URL" />
|
android:hint="Enter an open group URL" />
|
||||||
|
|
||||||
<View
|
<View
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
android:layout_marginLeft="@dimen/large_spacing"
|
android:layout_marginLeft="@dimen/large_spacing"
|
||||||
android:layout_marginTop="@dimen/large_spacing"
|
android:layout_marginTop="@dimen/large_spacing"
|
||||||
android:layout_marginRight="@dimen/large_spacing"
|
android:layout_marginRight="@dimen/large_spacing"
|
||||||
|
android:inputType="textWebEmailAddress"
|
||||||
android:hint="@string/fragment_enter_chat_url_edit_text_hint" />
|
android:hint="@string/fragment_enter_chat_url_edit_text_hint" />
|
||||||
|
|
||||||
<View
|
<View
|
||||||
|
@ -21,4 +21,9 @@
|
|||||||
<item name="android:elevation">4dp</item>
|
<item name="android:elevation">4dp</item>
|
||||||
</style>
|
</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>
|
</resources>
|
@ -31,7 +31,6 @@
|
|||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
||||||
<!-- Session light theme (these values overlays their dark theme counterparts from Theme.TextSecure) -->
|
<!-- Session light theme (these values overlays their dark theme counterparts from Theme.TextSecure) -->
|
||||||
<style name="Theme.TextSecure.DayNight" parent="Base.Theme.TextSecure">
|
<style name="Theme.TextSecure.DayNight" parent="Base.Theme.TextSecure">
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user