aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/comment_activity.xml
blob: bed5b85835aa31b1fbf895a0da44ddc949cb2a20 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?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/action_send_comment_activity"
        android:orderInCategory="1"
        android:title="@string/action_send"
        android:icon="@drawable/ic_send_toolbar_24dp"
        app:showAsAction="ifRoom" />
</menu>
/utils.py?id=55ec795f903977616af61ee0c8d5e14e0404fc10&follow=1'>re-added my favourite commentSkycloudd1-0/+2 2021-01-18Search for BC in the PATHMango0x452-40/+40 2021-01-18Use tabs instead of spacesMango0x451-1/+1 2021-01-18Fix math command hopefully for the last timeMango0x451-24/+22 2021-01-18Add math programMango0x452-0/+92