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
62e374fb
Commit
62e374fb
authored
Feb 27, 2015
by
Grigory Fedorov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tile chat background.
parent
52b38829
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
0 deletions
+7
-0
chat_background.png
app/src/main/res/drawable-hdpi/chat_background.png
+0
-0
chat_background.png
app/src/main/res/drawable-mdpi/chat_background.png
+0
-0
chat_background.png
app/src/main/res/drawable-xhdpi/chat_background.png
+0
-0
chat_background.png
app/src/main/res/drawable-xxhdpi/chat_background.png
+0
-0
chat_background_repeat.xml
app/src/main/res/drawable/chat_background_repeat.xml
+6
-0
chat_viewer_item.xml
app/src/main/res/layout/chat_viewer_item.xml
+1
-0
No files found.
app/src/main/res/drawable-hdpi/chat_background.png
0 → 100644
View file @
62e374fb
14.2 KB
app/src/main/res/drawable-mdpi/chat_background.png
0 → 100644
View file @
62e374fb
8.27 KB
app/src/main/res/drawable-xhdpi/chat_background.png
0 → 100644
View file @
62e374fb
19.7 KB
app/src/main/res/drawable-xxhdpi/chat_background.png
0 → 100644
View file @
62e374fb
37.8 KB
app/src/main/res/drawable/chat_background_repeat.xml
0 → 100644
View file @
62e374fb
<?xml version="1.0" encoding="utf-8"?>
<bitmap
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:src=
"@drawable/chat_background"
android:tileMode=
"repeat"
android:dither=
"true"
/>
\ No newline at end of file
app/src/main/res/layout/chat_viewer_item.xml
View file @
62e374fb
...
...
@@ -17,6 +17,7 @@
android:orientation=
"vertical"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:background=
"@drawable/chat_background_repeat"
>
<ListView
android:id=
"@android:id/list"
...
...
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