mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-16 06:32:22 +01:00
Improve camera icon
This commit is contained in:
parent
92be2cb96f
commit
e37ebc6bdc
6 changed files with 52 additions and 38 deletions
|
@ -11,35 +11,9 @@
|
|||
"type": "UNIVERSAL",
|
||||
"filters": [],
|
||||
"attributes": [],
|
||||
"versionCode": 155,
|
||||
"versionName": "1.7.8.4",
|
||||
"outputFile": "monocles chat-1.7.8.4-git-universal-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "x86_64"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 15503,
|
||||
"versionName": "1.7.8.4",
|
||||
"outputFile": "monocles chat-1.7.8.4-git-x86_64-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "arm64-v8a"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 15504,
|
||||
"versionName": "1.7.8.4",
|
||||
"outputFile": "monocles chat-1.7.8.4-git-arm64-v8a-release.apk"
|
||||
"versionCode": 156,
|
||||
"versionName": "1.7.8.5",
|
||||
"outputFile": "monocles chat-1.7.8.5-git-universal-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
|
@ -50,9 +24,9 @@
|
|||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 15502,
|
||||
"versionName": "1.7.8.4",
|
||||
"outputFile": "monocles chat-1.7.8.4-git-x86-release.apk"
|
||||
"versionCode": 15602,
|
||||
"versionName": "1.7.8.5",
|
||||
"outputFile": "monocles chat-1.7.8.5-git-x86-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
|
@ -63,9 +37,35 @@
|
|||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 15501,
|
||||
"versionName": "1.7.8.4",
|
||||
"outputFile": "monocles chat-1.7.8.4-git-armeabi-v7a-release.apk"
|
||||
"versionCode": 15601,
|
||||
"versionName": "1.7.8.5",
|
||||
"outputFile": "monocles chat-1.7.8.5-git-armeabi-v7a-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "arm64-v8a"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 15604,
|
||||
"versionName": "1.7.8.5",
|
||||
"outputFile": "monocles chat-1.7.8.5-git-arm64-v8a-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "x86_64"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 15603,
|
||||
"versionName": "1.7.8.5",
|
||||
"outputFile": "monocles chat-1.7.8.5-git-x86_64-release.apk"
|
||||
}
|
||||
],
|
||||
"elementType": "File"
|
||||
|
|
6
src/main/res/drawable/round_camera_black_24.xml
Normal file
6
src/main/res/drawable/round_camera_black_24.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<vector android:alpha="0.75" android:height="24dp"
|
||||
android:tint="#000000" android:viewportHeight="24"
|
||||
android:viewportWidth="24" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="@android:color/white" android:pathData="M12,12m-3,0a3,3 0,1 1,6 0a3,3 0,1 1,-6 0"/>
|
||||
<path android:fillColor="@android:color/white" android:pathData="M20,4h-3.17l-1.24,-1.35c-0.37,-0.41 -0.91,-0.65 -1.47,-0.65L9.88,2c-0.56,0 -1.1,0.24 -1.48,0.65L7.17,4L4,4c-1.1,0 -2,0.9 -2,2v12c0,1.1 0.9,2 2,2h16c1.1,0 2,-0.9 2,-2L22,6c0,-1.1 -0.9,-2 -2,-2zM12,17c-2.76,0 -5,-2.24 -5,-5s2.24,-5 5,-5 5,2.24 5,5 -2.24,5 -5,5z"/>
|
||||
</vector>
|
6
src/main/res/drawable/round_camera_white_24.xml
Normal file
6
src/main/res/drawable/round_camera_white_24.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<vector android:alpha="0.75" android:height="24dp"
|
||||
android:tint="#FFFFFF" android:viewportHeight="24"
|
||||
android:viewportWidth="24" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="@android:color/white" android:pathData="M12,12m-3,0a3,3 0,1 1,6 0a3,3 0,1 1,-6 0"/>
|
||||
<path android:fillColor="@android:color/white" android:pathData="M20,4h-3.17l-1.24,-1.35c-0.37,-0.41 -0.91,-0.65 -1.47,-0.65L9.88,2c-0.56,0 -1.1,0.24 -1.48,0.65L7.17,4L4,4c-1.1,0 -2,0.9 -2,2v12c0,1.1 0.9,2 2,2h16c1.1,0 2,-0.9 2,-2L22,6c0,-1.1 -0.9,-2 -2,-2zM12,17c-2.76,0 -5,-2.24 -5,-5s2.24,-5 5,-5 5,2.24 5,5 -2.24,5 -5,5z"/>
|
||||
</vector>
|
|
@ -270,7 +270,7 @@
|
|||
android:layout_centerVertical="true"
|
||||
android:background="?attr/selectableItemBackgroundBorderless"
|
||||
android:contentDescription="@string/action_take_photo"
|
||||
android:src="?attr/ic_attach_camera"
|
||||
android:src="?attr/round_camera"
|
||||
android:visibility="visible" />
|
||||
|
||||
<ImageButton
|
||||
|
|
|
@ -49,6 +49,7 @@
|
|||
<attr name="ic_send_attachment_offline" format="reference" />
|
||||
<attr name="ic_send_videocam_offline" format="reference" />
|
||||
<attr name="ic_send_voice_offline" format="reference" />
|
||||
<attr name="round_camera" format="reference" />
|
||||
<attr name="ic_emoji_button" format="reference" />
|
||||
<attr name="ic_keyboard_button" format="reference" />
|
||||
<attr name="icon_gps_fixed" format="reference" />
|
||||
|
|
|
@ -101,6 +101,7 @@
|
|||
<item name="ic_send_videocam_offline" type="reference">@drawable/ic_send_videocam_offline
|
||||
</item>
|
||||
<item name="ic_send_voice_offline" type="reference">@drawable/ic_send_voice_offline</item>
|
||||
<item name="round_camera" type="reference">@drawable/round_camera_black_24</item>
|
||||
<item name="ic_emoji_button" type="reference">@drawable/ic_emoji_button</item>
|
||||
<item name="ic_keyboard_button" type="reference">@drawable/round_keyboard_black_24</item>
|
||||
|
||||
|
@ -302,8 +303,8 @@
|
|||
<item name="ic_send_videocam_offline" type="reference">
|
||||
@drawable/ic_send_videocam_offline_white
|
||||
</item>
|
||||
<item name="ic_send_voice_offline" type="reference">@drawable/ic_send_voice_offline_white
|
||||
</item>
|
||||
<item name="ic_send_voice_offline" type="reference">@drawable/ic_send_voice_offline_white</item>
|
||||
<item name="round_camera" type="reference">@drawable/round_camera_white_24</item>
|
||||
<item name="ic_emoji_button" type="reference">@drawable/ic_emoji_button_white
|
||||
</item>
|
||||
<item name="ic_keyboard_button" type="reference">@drawable/round_keyboard_24</item>
|
||||
|
|
Loading…
Reference in a new issue