diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/drawable/frost_f_256.xml | 14 | ||||
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 |
2 files changed, 15 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/frost_f_256.xml b/app/src/main/res/drawable/frost_f_256.xml new file mode 100644 index 00000000..fce1b5ca --- /dev/null +++ b/app/src/main/res/drawable/frost_f_256.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="256dp" + android:height="256dp" + android:viewportHeight="177.16534" + android:viewportWidth="177.16534"> + + <path + android:pathData="M88.9405 31.61857l41.06143 23.88663M88.3467 31.59584l-31.358 18.2953M56.87005 +51.09542v94.26222M57.20726 87.2077l40.97656 23.86424" + android:strokeColor="#000" + android:strokeLineCap="round" + android:strokeWidth="10" /> +</vector>
\ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 6fcb2c54..24d3d93c 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -2,6 +2,7 @@ <string name="dev_email" translatable="false">pitchedapps@gmail.com</string> <string name="play_store_package_id" translatable="false">com.pitchedapps.frost</string> <string name="about_frost">About Frost for Facebook</string> + <string name="frost_description">Frost is a fully themable, fully functional alternative to the official Facebook app, made from scratch and proudly open sourced.</string> <string name="section_format">Hello World from section: %1$d</string> <string name="feed">Feed</string> |