feat: add community drawer menu

This commit is contained in:
hyb1996
2017-12-10 16:41:52 +08:00
parent 5f2abf2d85
commit 39932de8ce
13 changed files with 149 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

View File

@@ -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"/>

View File

@@ -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>

View File

@@ -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>