mirror of https://github.com/ThmmyNoLife/mTHMMY
Ezerous
7 years ago
17 changed files with 76 additions and 128 deletions
@ -1,24 +0,0 @@ |
|||
### Summary |
|||
|
|||
(Summarize the bug encountered concisely) |
|||
|
|||
### Steps to reproduce |
|||
|
|||
(How one can reproduce the issue) |
|||
|
|||
### Expected behavior |
|||
|
|||
(What should normally happen) |
|||
|
|||
### Actual behavior |
|||
|
|||
(What actually happens instead) |
|||
|
|||
### Relevant logs and/or screenshots |
|||
|
|||
(Paste any relevant logs using code blocks (```) to format console output, |
|||
logs, and code) |
|||
|
|||
### Possible fixes |
|||
|
|||
(If you can, link to the line of code that might be responsible for the problem) |
@ -1,5 +0,0 @@ |
|||
### Description |
|||
|
|||
### Proposal |
|||
|
|||
### Links / references |
@ -1 +1 @@ |
|||
1.3.1 |
|||
1.3.2 |
|||
|
@ -1,34 +0,0 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<android.support.design.widget.CoordinatorLayout |
|||
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:id="@+id/main_content" |
|||
android:layout_width="match_parent" |
|||
android:layout_height="match_parent" |
|||
android:fitsSystemWindows="true" |
|||
tools:context=".activities.main.MainActivity"> |
|||
|
|||
<android.support.design.widget.AppBarLayout |
|||
android:id="@+id/appbar" |
|||
android:layout_width="match_parent" |
|||
android:layout_height="wrap_content" |
|||
android:theme="@style/ToolbarTheme"> |
|||
|
|||
<android.support.design.widget.TabLayout |
|||
android:id="@+id/tabs" |
|||
android:layout_width="match_parent" |
|||
android:layout_height="wrap_content" |
|||
app:tabMaxWidth="0dp" |
|||
app:tabGravity="fill" |
|||
app:tabMode="fixed" |
|||
app:tabSelectedTextColor="@color/accent" |
|||
app:tabTextColor="@color/white"/> |
|||
</android.support.design.widget.AppBarLayout> |
|||
|
|||
<android.support.v4.view.ViewPager |
|||
android:id="@+id/container" |
|||
android:layout_width="match_parent" |
|||
android:layout_height="match_parent" |
|||
app:layout_behavior="@string/appbar_scrolling_view_behavior"/> |
|||
</android.support.design.widget.CoordinatorLayout> |
Loading…
Reference in new issue