Skip to content
Snippets Groups Projects
Commit 621dd20d authored by venkat's avatar venkat
Browse files

Initial

parents
No related branches found
No related tags found
No related merge requests found
Showing
with 57 additions and 0 deletions
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
>
<group android:checkableBehavior="single">
<item android:id="@+id/share"
android:title="Share"
android:icon="@drawable/share"/>
<item android:id="@+id/rate"
android:title="Rate"
android:icon="@drawable/rate"/>
<item android:id="@+id/faq"
android:title="FAQ"
android:icon="@drawable/help"/>
<item android:id="@+id/legal"
android:title="Legal Information"
android:icon="@drawable/info"/>
<item android:id="@+id/help"
android:title="Help and Support"
android:icon="@drawable/help"/>
</group>
</menu>
app/src/main/res/mipmap-hdpi/ic_launcher.png

3.34 KiB

app/src/main/res/mipmap-hdpi/share.png

207 B

app/src/main/res/mipmap-mdpi/ic_launcher.png

2.15 KiB

app/src/main/res/mipmap-mdpi/rate.png

175 B

app/src/main/res/mipmap-mdpi/share.png

347 B

app/src/main/res/mipmap-xhdpi/ic_launcher.png

4.73 KiB

app/src/main/res/mipmap-xhdpi/share.png

482 B

app/src/main/res/mipmap-xxhdpi/ic_launcher.png

7.54 KiB

app/src/main/res/mipmap-xxhdpi/octocat.png

2.03 MiB

app/src/main/res/mipmap-xxhdpi/share.png

615 B

app/src/main/res/mipmap-xxxhdpi/abt.png

57.4 KiB

app/src/main/res/mipmap-xxxhdpi/g.png

29.3 KiB

app/src/main/res/mipmap-xxxhdpi/ic_launcher.png

10.2 KiB

app/src/main/res/mipmap-xxxhdpi/qwe.jpg

13.8 KiB

<resources>
<!-- Example customization of dimensions originally defined in res/values/dimens.xml
(such as screen margins) for screens with more than 820dp of available width. This
would include 7" and 10" devices in landscape (~960dp and ~1280dp respectively). -->
<dimen name="activity_horizontal_margin">64dp</dimen>
</resources>
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#e0c30d</color>
<color name="colorPrimaryDark">#26271f</color>
<color name="colorAccent">#12d6d9</color>
</resources>
<resources>
<!-- Default screen margins, per the Android Design guidelines. -->
<dimen name="activity_horizontal_margin">16dp</dimen>
<dimen name="activity_vertical_margin">16dp</dimen>
</resources>
<resources>
<string name="app_name">Talk+</string>
<string name="open">Open navigation drawer</string>
<string name="close">Close navigation drawer</string>
</resources>
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
</style>
</resources>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment