aboutsummaryrefslogtreecommitdiff
path: root/llama.cpp/examples/llama.android/app/src/main/res/drawable/bg_user_message.xml
blob: 3ca7daefec78aef779d1c35605ba92e98086e3c6 (plain)
1
2
3
4
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
    <solid android:color="#4285F4" />
    <corners android:radius="16dp" />
</shape>