Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xabber-android
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
xabber-android
Commits
34a29a8a
Commit
34a29a8a
authored
Feb 26, 2015
by
Grigory Fedorov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Messages layouts corrected: time text size decreased, balloons margin margin increased.
parent
14e17b78
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
chat_viewer_incoming_message.xml
app/src/main/res/layout/chat_viewer_incoming_message.xml
+4
-0
chat_viewer_outgoing_message.xml
app/src/main/res/layout/chat_viewer_outgoing_message.xml
+7
-2
No files found.
app/src/main/res/layout/chat_viewer_incoming_message.xml
View file @
34a29a8a
...
...
@@ -49,6 +49,9 @@
android:paddingRight=
"6dp"
android:paddingEnd=
"6dp"
android:layout_marginLeft=
"6dp"
android:layout_marginStart=
"6dp"
android:layout_marginRight=
"48dp"
android:layout_marginEnd=
"48dp"
...
...
@@ -69,6 +72,7 @@
android:paddingLeft=
"16dp"
android:textAppearance=
"@style/ChatHeader.Time"
android:textSize=
"10sp"
android:text=
"Feb 19, 2015 4:39 PM"
/>
...
...
app/src/main/res/layout/chat_viewer_outgoing_message.xml
View file @
34a29a8a
...
...
@@ -33,6 +33,10 @@
android:layout_marginLeft=
"48dp"
android:layout_marginStart=
"48dp"
android:layout_marginRight=
"6dp"
android:layout_marginEnd=
"6dp"
android:minWidth=
"160dp"
android:text=
"Some text\n line \nrgregrere"
...
...
@@ -53,14 +57,15 @@
android:paddingEnd=
"16dp"
android:textAppearance=
"@style/ChatHeader.Time"
android:textSize=
"10sp"
android:text=
"Feb 19, 2015 4:39 PM"
/>
<ImageView
android:id=
"@+id/message_status_icon"
android:layout_width=
"
wrap_content
"
android:layout_height=
"
wrap_content
"
android:layout_width=
"
14dp
"
android:layout_height=
"
14dp
"
android:layout_alignBottom=
"@+id/message_time"
android:layout_toLeftOf=
"@+id/message_time"
...
...
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