mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-03-05 12:01:35 +00:00
Initial commit for new posts layout
This commit is contained in:
parent
03f52d5058
commit
6bf59e83ad
132 changed files with 9030 additions and 2012 deletions
8
app/src/main/res/menu/feed_menu.xml
Normal file
8
app/src/main/res/menu/feed_menu.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<item
|
||||
android:id="@+id/layout"
|
||||
android:title="Layout"
|
||||
app:showAsAction="never" />
|
||||
</menu>
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:id="@+id/profile_nav_graph"
|
||||
android:icon="@drawable/ic_profile"
|
||||
android:icon="@drawable/ic_profile_24"
|
||||
android:title="@string/profile" />
|
||||
|
||||
<item
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
android:title="@string/feed" />
|
||||
<item
|
||||
android:id="@+id/profile_nav_graph"
|
||||
android:icon="@drawable/ic_profile"
|
||||
android:icon="@drawable/ic_profile_24"
|
||||
android:title="@string/profile" />
|
||||
|
||||
<item
|
||||
|
|
|
|||
27
app/src/main/res/menu/speed_menu.xml
Normal file
27
app/src/main/res/menu/speed_menu.xml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:id="@+id/pt_two_five_x"
|
||||
android:title="@string/pt_two_five_x" />
|
||||
|
||||
<item
|
||||
android:id="@+id/pt_five_x"
|
||||
android:title="@string/pt_five_x" />
|
||||
<item
|
||||
android:id="@+id/pt_seven_five_x"
|
||||
android:title="@string/pt_seven_five_x" />
|
||||
<item
|
||||
android:id="@+id/one_x"
|
||||
android:title="@string/one_x" />
|
||||
|
||||
<item
|
||||
android:id="@+id/one_pt_two_five_x"
|
||||
android:title="@string/one_pt_two_five_x" />
|
||||
|
||||
<item
|
||||
android:id="@+id/one_pt_five_x"
|
||||
android:title="@string/one_pt_five_x" />
|
||||
<item
|
||||
android:id="@+id/two_x"
|
||||
android:title="@string/two_x" />
|
||||
</menu>
|
||||
Loading…
Add table
Add a link
Reference in a new issue