summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/drawer_status_history.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/drawer_status_history.xml')
-rw-r--r--app/src/main/res/layout/drawer_status_history.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/app/src/main/res/layout/drawer_status_history.xml b/app/src/main/res/layout/drawer_status_history.xml
index 4507a628c..0522d2c66 100644
--- a/app/src/main/res/layout/drawer_status_history.xml
+++ b/app/src/main/res/layout/drawer_status_history.xml
@@ -14,8 +14,7 @@
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"
- xmlns:app="http://schemas.android.com/apk/res-auto"
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/cardview_container"
android:layout_width="match_parent"
@@ -23,10 +22,12 @@
android:layout_marginHorizontal="12dp"
android:layout_marginTop="12dp"
android:clipChildren="false"
- android:clipToPadding="false"
+ android:clipToPadding="false">
- 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"
@@ -99,4 +100,4 @@
tools:text="@tools:sample/lorem/random" />
</androidx.appcompat.widget.LinearLayoutCompat>
-</com.google.android.material.card.MaterialCardView> \ No newline at end of file
+</RelativeLayout> \ No newline at end of file