Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
be103ac5
authored
Sep 02, 2020
by
insun
Committed by
Oliver Woodman
Sep 07, 2020
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Add padding to styled widget's settings items
PiperOrigin-RevId: 329671522
parent
5c24d1cc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
library/ui/src/main/res/layout/exo_styled_settings_list_item.xml
library/ui/src/main/res/layout/exo_styled_sub_settings_list_item.xml
library/ui/src/main/res/layout/exo_styled_settings_list_item.xml
View file @
be103ac5
...
...
@@ -35,6 +35,8 @@
android:minHeight=
"@dimen/exo_settings_height"
android:layout_marginLeft=
"2dp"
android:layout_marginRight=
"2dp"
android:paddingEnd=
"4dp"
android:paddingRight=
"4dp"
android:gravity=
"center|start"
android:orientation=
"vertical"
>
...
...
library/ui/src/main/res/layout/exo_styled_sub_settings_list_item.xml
View file @
be103ac5
...
...
@@ -36,8 +36,8 @@
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:minHeight=
"@dimen/exo_settings_height"
android:
paddingStart=
"2
dp"
android:
paddingLeft=
"2
dp"
android:
layout_marginEnd=
"4
dp"
android:
layout_marginRight=
"4
dp"
android:gravity=
"center|start"
android:textColor=
"@color/exo_white"
android:textSize=
"@dimen/exo_settings_main_text_size"
/>
...
...
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