浏览代码

Delete redundant activity

Infinite 3 年之前
父节点
当前提交
2043103bb9
共有 1 个文件被更改,包括 0 次插入9 次删除
  1. 0 9
      app/src/main/res/layout/activity_post_details.xml

+ 0 - 9
app/src/main/res/layout/activity_post_details.xml

@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:app="http://schemas.android.com/apk/res-auto"
-    xmlns:tools="http://schemas.android.com/tools"
-    android:layout_width="match_parent"
-    android:layout_height="match_parent"
-    tools:context=".activities.PostDetailsActivity">
-
-</RelativeLayout>