Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
whats-open-android
Commits
3e208b4d
Commit
3e208b4d
authored
Feb 27, 2017
by
Robert Hitt
Browse files
Added ripple animation to list view items
parent
ef0415fe
Pipeline
#1003
passed with stages
in 5 minutes and 8 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/res/layout-v21/item_facility.xml
View file @
3e208b4d
...
...
@@ -8,7 +8,9 @@ android:orientation="horizontal">
android:id=
"@+id/text_layout"
android:layout_width=
"0dp"
android:layout_height=
"match_parent"
android:layout_marginLeft=
"16dp"
android:clickable=
"true"
android:focusable=
"true"
android:background=
"?attr/selectableItemBackground"
android:layout_marginStart=
"16dp"
android:layout_weight=
"1"
android:gravity=
"center_vertical"
...
...
app/src/main/res/layout/item_facility.xml
View file @
3e208b4d
...
...
@@ -8,6 +8,9 @@
android:id=
"@+id/text_layout"
android:layout_width=
"0dp"
android:layout_height=
"match_parent"
android:clickable=
"true"
android:focusable=
"true"
android:background=
"?attr/selectableItemBackground"
android:layout_marginLeft=
"16dp"
android:layout_marginStart=
"16dp"
android:layout_weight=
"1"
...
...
app/src/main/res/values/styles.xml
View file @
3e208b4d
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Base application theme. -->
...
...
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