Skip to content

Commit

Permalink
Merge pull request #5947 from mahdihijazi/cleanup
Browse files Browse the repository at this point in the history
[Android] Cleanup unused resources & code
  • Loading branch information
leoetlino committed Aug 20, 2017
2 parents 165a995 + a1d713c commit 16d6ccb
Show file tree
Hide file tree
Showing 24 changed files with 0 additions and 88 deletions.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
33 changes: 0 additions & 33 deletions Source/Android/app/src/main/res/layout/fragment_input_gc_list.xml

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions Source/Android/app/src/main/res/values/dimens.xml
@@ -1,19 +1,11 @@
<resources>
<!-- Default screen margins, per the Android Design guidelines. -->
<dimen name="activity_horizontal_margin">16dp</dimen>
<dimen name="activity_vertical_margin">16dp</dimen>

<dimen name="diameter">48dp</dimen>
<dimen name="elevation_low">1dp</dimen>
<dimen name="elevation_high">4dp</dimen>
<dimen name="add_button_margin">16dp</dimen>

<dimen name="main_appbar_height">128dp</dimen>

<dimen name="spacing_xsmall">2dp</dimen>
<dimen name="spacing_small">4dp</dimen>
<dimen name="spacing_medium">8dp</dimen>
<dimen name="spacing_medlarge">12dp</dimen>
<dimen name="spacing_large">16dp</dimen>
<dimen name="spacing_xlarge">32dp</dimen>
</resources>
15 changes: 0 additions & 15 deletions Source/Android/app/src/main/res/values/styles.xml
Expand Up @@ -52,23 +52,8 @@
</style>

<!-- Themes for Dialogs -->
<style name="DolphinDialogBase" parent="Theme.AppCompat.Light.Dialog">
<item name="colorPrimary">@color/dolphin_blue</item>
<item name="colorPrimaryDark">@color/dolphin_blue_dark</item>
</style>

<!-- Inherit from the Base Dolphin Dialog Theme -->
<style name="DolphinDialogWii" parent="DolphinDialogBase">
<item name="colorAccent">@color/dolphin_accent_wii</item>
</style>

<style name="DolphinDialogGamecube" parent="DolphinDialogBase">
<item name="colorAccent">@color/dolphin_accent_gamecube</item>
</style>

<style name="DolphinDialogWiiware" parent="DolphinDialogBase">
<item name="colorAccent">@color/dolphin_accent_wiiware</item>
</style>

<style name="DolphinEmulationBase" parent="Theme.AppCompat.Light.DarkActionBar">
<item name="colorPrimary">@color/dolphin_blue</item>
Expand Down

0 comments on commit 16d6ccb

Please sign in to comment.