Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Room Park Android
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vladislav Bogdashkin
Room Park Android
Commits
8302055c
Commit
8302055c
authored
Mar 17, 2020
by
Vladislav Bogdashkin
🎣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
finish migration, fix icons in settings
parent
e0343009
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
7 deletions
+5
-7
build.gradle
app/build.gradle
+1
-1
settings_screen.xml
app/src/main/res/layout/settings_screen.xml
+4
-6
No files found.
app/build.gradle
View file @
8302055c
...
@@ -159,7 +159,7 @@ dependencies {
...
@@ -159,7 +159,7 @@ dependencies {
//Glide
//Glide
implementation
"com.github.bumptech.glide:glide:$glideVersion"
implementation
"com.github.bumptech.glide:glide:$glideVersion"
implementation
'jp.wasabeef:glide-transformations:4.0.0'
implementation
'jp.wasabeef:glide-transformations:4.0.0'
annotationProcessor
"com.github.bumptech.glide:compiler:$glideVersion"
kapt
"com.github.bumptech.glide:compiler:$glideVersion"
//Tests
//Tests
testImplementation
'junit:junit:4.12'
testImplementation
'junit:junit:4.12'
...
...
app/src/main/res/layout/settings_screen.xml
View file @
8302055c
...
@@ -65,9 +65,8 @@
...
@@ -65,9 +65,8 @@
android:layout_width=
"24dp"
android:layout_width=
"24dp"
android:layout_height=
"24dp"
android:layout_height=
"24dp"
android:layout_gravity=
"end|center_vertical"
android:layout_gravity=
"end|center_vertical"
android:src=
"@drawable/ic_flat"
android:src=
"@drawable/ic_download"
android:weightSum=
"1"
android:weightSum=
"1"
/>
app:srcCompat=
"@drawable/ic_download"
/>
</LinearLayout>
</LinearLayout>
<include
<include
...
@@ -99,9 +98,8 @@
...
@@ -99,9 +98,8 @@
android:layout_width=
"24dp"
android:layout_width=
"24dp"
android:layout_height=
"24dp"
android:layout_height=
"24dp"
android:layout_gravity=
"end|center_vertical"
android:layout_gravity=
"end|center_vertical"
android:src=
"@drawable/ic_flat"
android:src=
"@drawable/ic_download"
android:weightSum=
"1"
android:weightSum=
"1"
/>
app:srcCompat=
"@drawable/ic_download"
/>
</LinearLayout>
</LinearLayout>
...
...
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