mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-07 13:03:54 +00:00
New icon and text for 'Volunteer and improve CoMaps'
Signed-off-by: map-per <map-per@gmx.de>
This commit is contained in:
committed by
Konstantin Pastbin
parent
1e729e980d
commit
632d9c0d1d
10
android/app/src/main/res/drawable/ic_volunteer.xml
Normal file
10
android/app/src/main/res/drawable/ic_volunteer.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="960"
|
||||
android:viewportHeight="960"
|
||||
android:tint="?attr/colorControlNormal">
|
||||
<path
|
||||
android:pathData="M80,920v-80h800v80L80,920ZM160,800v-240q-33,-54 -51,-114.5T91,322q0,-61 15.5,-120T143,86q8,-21 26,-33.5t40,-12.5q31,0 53,21t18,50l-11,91q-6,48 8.5,91t43.5,75.5q29,32.5 70,52t89,19.5q60,0 120.5,12.5T706,488q45,23 69.5,58.5T800,634v166L160,800ZM240,720h480v-86q0,-24 -12,-42.5T674,562q-41,-20 -95,-31t-99,-11q-66,0 -122.5,-27t-96,-72.5Q222,375 202,315.5T190,192q-10,30 -14.5,64t-4.5,66q0,58 20.5,111.5T240,538v182ZM480,400q-66,0 -113,-47t-47,-113q0,-66 47,-113t113,-47q66,0 113,47t47,113q0,66 -47,113t-113,47ZM480,320q33,0 56.5,-23.5T560,240q0,-33 -23.5,-56.5T480,160q-33,0 -56.5,23.5T400,240q0,33 23.5,56.5T480,320ZM320,800v-37q0,-67 46.5,-115T480,600h160v80L480,680q-34,0 -57,24.5T400,763v37h-80ZM480,720ZM480,240Z"
|
||||
android:fillColor="#000000"/>
|
||||
</vector>
|
||||
@@ -213,7 +213,7 @@
|
||||
android:textAlignment="viewStart"
|
||||
style="@style/MwmWidget.TextView.Item"
|
||||
android:text="@string/how_to_support_us"
|
||||
app:drawableStartCompat="@drawable/ic_donate" />
|
||||
app:drawableStartCompat="@drawable/ic_volunteer" />
|
||||
|
||||
<com.google.android.material.textview.MaterialTextView
|
||||
android:id="@+id/news"
|
||||
|
||||
@@ -145,7 +145,7 @@
|
||||
style="@style/MwmWidget.TextView.Item"
|
||||
android:text="@string/how_to_support_us"
|
||||
android:textAlignment="viewStart"
|
||||
app:drawableStartCompat="@drawable/ic_donate" />
|
||||
app:drawableStartCompat="@drawable/ic_volunteer" />
|
||||
|
||||
<com.google.android.material.textview.MaterialTextView
|
||||
android:id="@+id/news"
|
||||
|
||||
@@ -308,7 +308,7 @@
|
||||
<!-- Button in the main menu -->
|
||||
<string name="donate">Donate</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="how_to_support_us">Support the project</string>
|
||||
<string name="how_to_support_us">Volunteer and improve CoMaps</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="copyright">Copyright</string>
|
||||
<!-- Text in menu + Button in the main Help dialog -->
|
||||
|
||||
@@ -346,7 +346,7 @@
|
||||
"report_incorrect_map_bug" = "Report or fix incorrect map data";
|
||||
|
||||
/* Button in the About screen */
|
||||
"volunteer" = "Volunteer";
|
||||
"volunteer" = "Volunteer and improve CoMaps";
|
||||
|
||||
/* "Social media" section header in the About screen */
|
||||
"follow_us" = "Connect with us";
|
||||
|
||||
Reference in New Issue
Block a user