Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_android_sdk_maven_plugin
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Panagiotis Triantafyllou
2022-03-24 18:58:29 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ea392768920cccccbe1c90a4bf66c4dfee6976af
ea392768
1 parent
6e256fe8
home widget tuning
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
warply_android_sdk/src/main/res/drawable/banner_border_grey_bg3.xml
warply_android_sdk/src/main/res/layout/fragment_home.xml
warply_android_sdk/src/main/res/drawable/banner_border_grey_bg3.xml
0 → 100644
View file @
ea39276
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<solid
android:color=
"#415564"
/>
<corners
android:radius=
"10dp"
/>
<padding
android:left=
"0dp"
android:top=
"0dp"
android:right=
"0dp"
android:bottom=
"0dp"
/>
</shape>
\ No newline at end of file
warply_android_sdk/src/main/res/layout/fragment_home.xml
View file @
ea39276
This diff is collapsed. Click to expand it.
Please
register
or
login
to post a comment