summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/drawer_domain_block.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/drawer_domain_block.xml')
-rw-r--r--app/src/main/res/layout/drawer_domain_block.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/app/src/main/res/layout/drawer_domain_block.xml b/app/src/main/res/layout/drawer_domain_block.xml
index 0de61977a..81edbc780 100644
--- a/app/src/main/res/layout/drawer_domain_block.xml
+++ b/app/src/main/res/layout/drawer_domain_block.xml
@@ -14,14 +14,16 @@
You should have received a copy of the GNU General Public License along with Fedilab; if not,
see <http://www.gnu.org/licenses>.
-->
-<com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android"
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_margin="12dp"
+ android:layout_margin="12dp">
- app:cardElevation="5dp"
- app:strokeWidth="0dp">
+ <View
+ android:layout_width="match_parent"
+ android:layout_height="1px"
+ android:background="?colorOutline" />
<androidx.appcompat.widget.LinearLayoutCompat
android:layout_width="match_parent"
@@ -49,4 +51,4 @@
android:padding="6dp"
app:icon="@drawable/ic_baseline_delete_24" />
</androidx.appcompat.widget.LinearLayoutCompat>
-</com.google.android.material.card.MaterialCardView> \ No newline at end of file
+</RelativeLayout> \ No newline at end of file