summaryrefslogtreecommitdiff
path: root/simpleperf/demo/SimpleperfExampleCpp/app/src/main/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'simpleperf/demo/SimpleperfExampleCpp/app/src/main/res/values')
-rw-r--r--simpleperf/demo/SimpleperfExampleCpp/app/src/main/res/values/colors.xml10
-rw-r--r--simpleperf/demo/SimpleperfExampleCpp/app/src/main/res/values/dimens.xml3
-rw-r--r--simpleperf/demo/SimpleperfExampleCpp/app/src/main/res/values/strings.xml12
-rw-r--r--simpleperf/demo/SimpleperfExampleCpp/app/src/main/res/values/themes.xml25
4 files changed, 0 insertions, 50 deletions
diff --git a/simpleperf/demo/SimpleperfExampleCpp/app/src/main/res/values/colors.xml b/simpleperf/demo/SimpleperfExampleCpp/app/src/main/res/values/colors.xml
deleted file mode 100644
index f8c6127d..00000000
--- a/simpleperf/demo/SimpleperfExampleCpp/app/src/main/res/values/colors.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
- <color name="purple_200">#FFBB86FC</color>
- <color name="purple_500">#FF6200EE</color>
- <color name="purple_700">#FF3700B3</color>
- <color name="teal_200">#FF03DAC5</color>
- <color name="teal_700">#FF018786</color>
- <color name="black">#FF000000</color>
- <color name="white">#FFFFFFFF</color>
-</resources> \ No newline at end of file
diff --git a/simpleperf/demo/SimpleperfExampleCpp/app/src/main/res/values/dimens.xml b/simpleperf/demo/SimpleperfExampleCpp/app/src/main/res/values/dimens.xml
deleted file mode 100644
index 125df871..00000000
--- a/simpleperf/demo/SimpleperfExampleCpp/app/src/main/res/values/dimens.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<resources>
- <dimen name="fab_margin">16dp</dimen>
-</resources> \ No newline at end of file
diff --git a/simpleperf/demo/SimpleperfExampleCpp/app/src/main/res/values/strings.xml b/simpleperf/demo/SimpleperfExampleCpp/app/src/main/res/values/strings.xml
deleted file mode 100644
index 4195b8dc..00000000
--- a/simpleperf/demo/SimpleperfExampleCpp/app/src/main/res/values/strings.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<resources>
- <string name="app_name">SimpleperfExampleCpp</string>
- <string name="title_activity_mix">MixActivity</string>
- <!-- Strings used for fragments for navigation -->
- <string name="first_fragment_label">First Fragment</string>
- <string name="second_fragment_label">Second Fragment</string>
- <string name="next">Next</string>
- <string name="previous">Previous</string>
-
- <string name="hello_first_fragment">Hello first fragment</string>
- <string name="hello_second_fragment">Hello second fragment. Arg: %1$s</string>
-</resources> \ No newline at end of file
diff --git a/simpleperf/demo/SimpleperfExampleCpp/app/src/main/res/values/themes.xml b/simpleperf/demo/SimpleperfExampleCpp/app/src/main/res/values/themes.xml
deleted file mode 100644
index 04827c64..00000000
--- a/simpleperf/demo/SimpleperfExampleCpp/app/src/main/res/values/themes.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<resources xmlns:tools="http://schemas.android.com/tools">
- <!-- Base application theme. -->
- <style name="Theme.SimpleperfExampleCpp" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
- <!-- Primary brand color. -->
- <item name="colorPrimary">@color/purple_500</item>
- <item name="colorPrimaryVariant">@color/purple_700</item>
- <item name="colorOnPrimary">@color/white</item>
- <!-- Secondary brand color. -->
- <item name="colorSecondary">@color/teal_200</item>
- <item name="colorSecondaryVariant">@color/teal_700</item>
- <item name="colorOnSecondary">@color/black</item>
- <!-- Status bar color. -->
- <item name="android:statusBarColor" tools:targetApi="l">?attr/colorPrimaryVariant</item>
- <!-- Customize your theme here. -->
- </style>
-
- <style name="Theme.SimpleperfExampleCpp.NoActionBar">
- <item name="windowActionBar">false</item>
- <item name="windowNoTitle">true</item>
- </style>
-
- <style name="Theme.SimpleperfExampleCpp.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />
-
- <style name="Theme.SimpleperfExampleCpp.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" />
-</resources> \ No newline at end of file