mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Re-organize gradle modules.
This commit is contained in:
committed by
jeffrey-signal
parent
f4863efb2e
commit
e162eb27c7
3
demo/debuglogs-viewer/src/main/res/values/colors.xml
Normal file
3
demo/debuglogs-viewer/src/main/res/values/colors.xml
Normal file
@@ -0,0 +1,3 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
</resources>
|
||||
3
demo/debuglogs-viewer/src/main/res/values/strings.xml
Normal file
3
demo/debuglogs-viewer/src/main/res/values/strings.xml
Normal file
@@ -0,0 +1,3 @@
|
||||
<resources>
|
||||
<string name="app_name" translatable="false">DebugLogs Viewer</string>
|
||||
</resources>
|
||||
8
demo/debuglogs-viewer/src/main/res/values/themes.xml
Normal file
8
demo/debuglogs-viewer/src/main/res/values/themes.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<!-- Base application theme. -->
|
||||
<style name="Theme.DebugLogs" parent="Theme.MaterialComponents.DayNight.NoActionBar">
|
||||
<!-- Status bar color. -->
|
||||
<item name="android:statusBarColor" tools:targetApi="l">?attr/colorPrimaryVariant</item>
|
||||
<!-- Customize your theme here. -->
|
||||
</style>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user