소스 검색

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>