feat: add community drawer menu
This commit is contained in:
BIN
app/src/main/res/drawable-xhdpi/community_fire.png
Normal file
BIN
app/src/main/res/drawable-xhdpi/community_fire.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.7 KiB |
BIN
app/src/main/res/drawable-xhdpi/community_inbox.png
Normal file
BIN
app/src/main/res/drawable-xhdpi/community_inbox.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.9 KiB |
BIN
app/src/main/res/drawable-xhdpi/community_list.png
Normal file
BIN
app/src/main/res/drawable-xhdpi/community_list.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.5 KiB |
BIN
app/src/main/res/drawable-xhdpi/community_tags.png
Normal file
BIN
app/src/main/res/drawable-xhdpi/community_tags.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.7 KiB |
BIN
app/src/main/res/drawable-xhdpi/community_time.png
Normal file
BIN
app/src/main/res/drawable-xhdpi/community_time.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.5 KiB |
@@ -10,7 +10,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:theme="@style/AppTheme.AppBarOverlay">
|
||||
|
||||
<android.support.v7.widget.Toolbar
|
||||
<com.stardust.theme.widget.ThemeColorToolbar
|
||||
android:id="@+id/toolbar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"/>
|
||||
|
||||
@@ -7,4 +7,5 @@
|
||||
<item name="package_name" type="id"/>
|
||||
<item name="class_name" type="id"/>
|
||||
<item name="open_launcher" type="id"/>
|
||||
<item name="accessibility_service" type="id"/>
|
||||
</resources>
|
||||
@@ -327,4 +327,9 @@
|
||||
<string name="text_device_not_rooted">设备没有root</string>
|
||||
<string name="prompt_device_not_rooted">监测到您的设备没有root, 录制脚本需要root权限, 是否继续?</string>
|
||||
<string name="text_device_rooted">仍要录制</string>
|
||||
<string name="text_community_category">版块</string>
|
||||
<string name="text_community_unread">未读</string>
|
||||
<string name="text_community_recent">最新</string>
|
||||
<string name="text_community_popular">热门</string>
|
||||
<string name="text_community_tags">话题</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user