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