<?xml version="1.0" encoding="utf-8"?>
<!-- semi_transparent_background.xml -->
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#80FFFFFF"/> <!-- Adjust the alpha value here (80 for 50% opacity) -->
</shape>