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
d1ad43e8
Commit
d1ad43e8
authored
Apr 10, 2015
by
Grigory Fedorov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Old png offline shadow returned.
parent
04d580fb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
contact_shadow.png
app/src/main/res/drawable/contact_shadow.png
+0
-0
offline_shadow_repeat.xml
app/src/main/res/drawable/offline_shadow_repeat.xml
+6
-0
offline_shadow.xml
app/src/main/res/layout/offline_shadow.xml
+1
-2
No files found.
app/src/main/res/drawable/contact_shadow.png
0 → 100644
View file @
d1ad43e8
175 Bytes
app/src/main/res/drawable/offline_shadow_repeat.xml
0 → 100644
View file @
d1ad43e8
<?xml version="1.0" encoding="utf-8"?>
<bitmap
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:src=
"@drawable/contact_shadow"
android:tileMode=
"repeat"
android:dither=
"true"
/>
\ No newline at end of file
app/src/main/res/layout/offline_shadow.xml
View file @
d1ad43e8
...
...
@@ -3,6 +3,5 @@
android:id=
"@+id/offline_shadow"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:src=
"@color/black"
android:alpha=
"0.7"
android:background=
"@drawable/offline_shadow_repeat"
android:visibility=
"gone"
/>
\ No newline at end of file
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