Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Julian Dehm
briar
Commits
fad0057c
Verified
Commit
fad0057c
authored
Sep 27, 2018
by
Torsten Grote
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix notice shadows
parent
86684e22
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
15 deletions
+27
-15
briar-android/src/main/res/layout/list_item_conversation_notice_in.xml
.../src/main/res/layout/list_item_conversation_notice_in.xml
+9
-5
briar-android/src/main/res/layout/list_item_conversation_notice_out.xml
...src/main/res/layout/list_item_conversation_notice_out.xml
+9
-5
briar-android/src/main/res/layout/list_item_conversation_request.xml
...id/src/main/res/layout/list_item_conversation_request.xml
+9
-5
No files found.
briar-android/src/main/res/layout/list_item_conversation_notice_in.xml
View file @
fad0057c
...
...
@@ -5,11 +5,6 @@
xmlns:tools=
"http://schemas.android.com/tools"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginBottom=
"@dimen/message_bubble_margin"
android:layout_marginEnd=
"@dimen/message_bubble_margin_non_tail"
android:layout_marginLeft=
"@dimen/message_bubble_margin_tail"
android:layout_marginRight=
"@dimen/message_bubble_margin_non_tail"
android:layout_marginStart=
"@dimen/message_bubble_margin_tail"
android:layout_marginTop=
"@dimen/message_bubble_margin"
android:orientation=
"vertical"
>
...
...
@@ -18,6 +13,10 @@
style=
"@style/TextMessage"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"@dimen/message_bubble_margin_non_tail"
android:layout_marginLeft=
"@dimen/message_bubble_margin_tail"
android:layout_marginRight=
"@dimen/message_bubble_margin_non_tail"
android:layout_marginStart=
"@dimen/message_bubble_margin_tail"
android:background=
"@drawable/msg_in_top"
android:elevation=
"@dimen/message_bubble_elevation"
tools:text=
"Short message"
/>
...
...
@@ -26,6 +25,11 @@
android:id=
"@+id/layout"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginBottom=
"@dimen/message_bubble_margin"
android:layout_marginEnd=
"@dimen/message_bubble_margin_non_tail"
android:layout_marginLeft=
"@dimen/message_bubble_margin_tail"
android:layout_marginRight=
"@dimen/message_bubble_margin_non_tail"
android:layout_marginStart=
"@dimen/message_bubble_margin_tail"
android:background=
"@drawable/notice_in_bottom"
android:elevation=
"@dimen/message_bubble_elevation"
>
...
...
briar-android/src/main/res/layout/list_item_conversation_notice_out.xml
View file @
fad0057c
...
...
@@ -5,11 +5,6 @@
xmlns:tools=
"http://schemas.android.com/tools"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginBottom=
"@dimen/message_bubble_margin"
android:layout_marginEnd=
"@dimen/message_bubble_margin_tail"
android:layout_marginLeft=
"@dimen/message_bubble_margin_non_tail"
android:layout_marginRight=
"@dimen/message_bubble_margin_tail"
android:layout_marginStart=
"@dimen/message_bubble_margin_non_tail"
android:layout_marginTop=
"@dimen/message_bubble_margin"
android:orientation=
"vertical"
>
...
...
@@ -18,6 +13,10 @@
style=
"@style/TextMessage"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"@dimen/message_bubble_margin_tail"
android:layout_marginLeft=
"@dimen/message_bubble_margin_non_tail"
android:layout_marginRight=
"@dimen/message_bubble_margin_tail"
android:layout_marginStart=
"@dimen/message_bubble_margin_non_tail"
android:background=
"@drawable/msg_out_top"
android:elevation=
"@dimen/message_bubble_elevation"
android:textColor=
"@color/briar_text_primary_inverse"
...
...
@@ -27,6 +26,11 @@
android:id=
"@+id/layout"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginBottom=
"@dimen/message_bubble_margin"
android:layout_marginEnd=
"@dimen/message_bubble_margin_tail"
android:layout_marginLeft=
"@dimen/message_bubble_margin_non_tail"
android:layout_marginRight=
"@dimen/message_bubble_margin_tail"
android:layout_marginStart=
"@dimen/message_bubble_margin_non_tail"
android:background=
"@drawable/notice_out_bottom"
android:elevation=
"@dimen/message_bubble_elevation"
>
...
...
briar-android/src/main/res/layout/list_item_conversation_request.xml
View file @
fad0057c
...
...
@@ -5,11 +5,6 @@
xmlns:tools=
"http://schemas.android.com/tools"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginBottom=
"@dimen/message_bubble_margin"
android:layout_marginEnd=
"@dimen/message_bubble_margin_non_tail"
android:layout_marginLeft=
"@dimen/message_bubble_margin_tail"
android:layout_marginRight=
"@dimen/message_bubble_margin_non_tail"
android:layout_marginStart=
"@dimen/message_bubble_margin_tail"
android:layout_marginTop=
"@dimen/message_bubble_margin"
android:orientation=
"vertical"
>
...
...
@@ -18,6 +13,10 @@
style=
"@style/TextMessage"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"@dimen/message_bubble_margin_non_tail"
android:layout_marginLeft=
"@dimen/message_bubble_margin_tail"
android:layout_marginRight=
"@dimen/message_bubble_margin_non_tail"
android:layout_marginStart=
"@dimen/message_bubble_margin_tail"
android:background=
"@drawable/msg_in_top"
android:elevation=
"@dimen/message_bubble_elevation"
android:textColor=
"?android:attr/textColorPrimary"
...
...
@@ -27,6 +26,11 @@
android:id=
"@+id/layout"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginBottom=
"@dimen/message_bubble_margin"
android:layout_marginEnd=
"@dimen/message_bubble_margin_non_tail"
android:layout_marginLeft=
"@dimen/message_bubble_margin_tail"
android:layout_marginRight=
"@dimen/message_bubble_margin_non_tail"
android:layout_marginStart=
"@dimen/message_bubble_margin_tail"
android:background=
"@drawable/notice_in_bottom"
android:elevation=
"@dimen/message_bubble_elevation"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment