Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
BIDL
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Christof Wolke
BIDL
Commits
991f4e0d
Commit
991f4e0d
authored
Aug 29, 2016
by
Christof Wolke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change GridItem background
parent
1447abca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletion
+18
-1
BIDL/BIDL/app/src/main/res/drawable/grid_item_background.xml
BIDL/BIDL/app/src/main/res/drawable/grid_item_background.xml
+17
-0
BIDL/BIDL/app/src/main/res/layout/grid_item.xml
BIDL/BIDL/app/src/main/res/layout/grid_item.xml
+1
-1
No files found.
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
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