projects
/
pub
/
Android
/
ownCloud.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ee28694
)
OC-3311: Update background color of image preview to black
author
masensio
<masensio@solidgear.es>
Tue, 18 Mar 2014 13:52:05 +0000
(14:52 +0100)
committer
masensio
<masensio@solidgear.es>
Tue, 18 Mar 2014 13:52:05 +0000
(14:52 +0100)
res/layout/preview_image_fragment.xml
patch
|
blob
|
blame
|
history
diff --git
a/res/layout/preview_image_fragment.xml
b/res/layout/preview_image_fragment.xml
index
253c829
..
cddd1ff
100644
(file)
--- a/
res/layout/preview_image_fragment.xml
+++ b/
res/layout/preview_image_fragment.xml
@@
-26,13
+26,12
@@
android:background="@color/background_color"
android:gravity="center_horizontal"
-->
android:background="@color/background_color"
android:gravity="center_horizontal"
-->
-
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/top"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/top"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
- android:background="
@color/background_color
"
+ android:background="
#000000
"
tools:context=".ui.fragment.PreviewImageFragment" >
<ProgressBar
tools:context=".ui.fragment.PreviewImageFragment" >
<ProgressBar