Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christof Wolke
BIDL
Commits
991f4e0d
Commit
991f4e0d
authored
Aug 29, 2016
by
Christof Wolke
Browse files
Change GridItem background
parent
1447abca
Changes
2
Hide whitespace changes
Inline
Side-by-side
BIDL/BIDL/app/src/main/res/drawable/grid_item_background.xml
0 → 100644
View file @
991f4e0d
<?xml version="1.0" encoding="utf-8"?>
<layer-list
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<item
>
<shape
android:shape=
"rectangle"
>
<solid
android:color=
"@android:color/darker_gray"
/>
<corners
android:radius=
"5dp"
/>
</shape>
</item>
<item
android:right=
"1dp"
android:left=
"1dp"
android:bottom=
"2dp"
>
<shape
android:shape=
"rectangle"
>
<solid
android:color=
"@android:color/white"
/>
<corners
android:radius=
"5dp"
/>
</shape>
</item>
</layer-list>
\ No newline at end of file
BIDL/BIDL/app/src/main/res/layout/grid_item.xml
View file @
991f4e0d
...
...
@@ -8,7 +8,7 @@
android:id=
"@+id/grid_text"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"@
color/grey
"
android:background=
"@
drawable/grid_item_background
"
android:gravity=
"center"
android:textSize=
"20sp"
android:layout_margin=
"10dp"
...
...
Write
Preview
Supports
Markdown
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