Skip to content

Commit

Permalink
Merge branch 'master' into androidx
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenCoder committed Jan 13, 2019
2 parents 2323975 + 8e5bb8a commit 002a6be
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 17 deletions.
Binary file removed app/src/main/res/mipmap-xhdpi/dress_icon.png
Binary file not shown.
4 changes: 1 addition & 3 deletions app/src/main/res/values-v21/dimens.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="toolbar_padding_top">25dp</dimen>
</resources>
<resources></resources>
1 change: 0 additions & 1 deletion app/src/main/res/values/dimens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@
<dimen name="dp_40">40dp</dimen>

<dimen name="sp_14">14sp</dimen>
<dimen name="toolbar_padding_top">0dp</dimen>
</resources>
3 changes: 0 additions & 3 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="app_name">BRVAH</string>
<string name="title_activity_header_and_footer_use">HeaderAndFooterUseActivity</string>
<string name="error">Network error</string>
<string name="network_err">Simulation network error</string>
<string name="empty_network_error">Network error, Click Retry</string>
<string name="empty_no_data">There is no data, Click Retry</string>
Expand Down
7 changes: 0 additions & 7 deletions app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,6 @@
</style>





<style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar"/>

<style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light"/>

<style name="bg">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">match_parent</item>
Expand Down
3 changes: 0 additions & 3 deletions library/src/main/res/values/dimens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
<dimen name="dp_4">4dp</dimen>
<dimen name="dp_10">10dp</dimen>
<dimen name="dp_40">40dp</dimen>
<dimen name="dp_72">72dp</dimen>

<dimen name="sp_12">12sp</dimen>
<dimen name="sp_14">14sp</dimen>
<dimen name="sp_16">16sp</dimen>
</resources>

0 comments on commit 002a6be

Please sign in to comment.