Blame view
app/src/main/res/layout/fragment_history.xml
479 Bytes
7f095a929
|
1 2 3 4 5 6 7 8 9 10 11 12 |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:appNs="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/background_main" android:orientation="vertical"> <FrameLayout android:id="@+id/layout_history" android:layout_width="match_parent" android:layout_height="match_parent"> </FrameLayout> </LinearLayout> |