diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-07-22 03:13:57 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-07-22 03:13:57 +0000 |
commit | fcff7784c9e7128d2226e5011dc5709772f97384 (patch) | |
tree | 04871b7a07fb9d349803f19a327de1c23f239809 /app/src/main/res/layout/item_comment.xml | |
parent | 2f15543f913da5c9100ce114f4268c0576b70a3e (diff) | |
download | infinity-for-reddit-fcff7784c9e7128d2226e5011dc5709772f97384.tar infinity-for-reddit-fcff7784c9e7128d2226e5011dc5709772f97384.tar.gz infinity-for-reddit-fcff7784c9e7128d2226e5011dc5709772f97384.tar.bz2 infinity-for-reddit-fcff7784c9e7128d2226e5011dc5709772f97384.tar.lz infinity-for-reddit-fcff7784c9e7128d2226e5011dc5709772f97384.tar.xz infinity-for-reddit-fcff7784c9e7128d2226e5011dc5709772f97384.tar.zst infinity-for-reddit-fcff7784c9e7128d2226e5011dc5709772f97384.zip |
Click a comment to view the corresponding post.
Diffstat (limited to 'app/src/main/res/layout/item_comment.xml')
-rw-r--r-- | app/src/main/res/layout/item_comment.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/item_comment.xml b/app/src/main/res/layout/item_comment.xml index d03b0bad..d949904a 100644 --- a/app/src/main/res/layout/item_comment.xml +++ b/app/src/main/res/layout/item_comment.xml @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/card_view_item_comment" android:layout_width="match_parent" android:layout_height="wrap_content"> |