Created
December 31, 2014 01:06
-
-
Save IslamBesto/ac9ff43b7d5287c1cd0a to your computer and use it in GitHub Desktop.
detail_activity
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
xmlns:tools="http://schemas.android.com/tools" | |
android:id="@+id/weather_detail_container" | |
android:layout_width="match_parent" | |
android:layout_height="match_parent" | |
tools:context="app.earthquakenews.android.example.com.earthquakenews.DetailActivity" | |
tools:ignore="MergeRootFrame" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment