Skip to content

Latest commit

 

History

History
83 lines (56 loc) · 3.89 KB

README.md

File metadata and controls

83 lines (56 loc) · 3.89 KB

Android Material Temlate

This application include interactive paging indicator, compatible with the ViewPager from the Android Support Library.

Add Fragment Categories Fragment
Android Material Temlate Screenshot 1 Android Material Temlate Screenshot 2
List Fragment Search Fragment
Android Material Temlate Screenshot 3 Android Material Temlate Screenshot 4
If you want use triangle indicator change value pstsTriangleIndicator attribute
<tr.asil.arayuz.PagerSlidingTabStrip
        android:id="@+id/tabs"
        android:layout_width="match_parent"
        android:layout_height="48dip"
        android:background="@drawable/background_tabs"
        app:pstsDividerColor="#1A000000"
        app:pstsIndicatorColor="#FF3F9FE0"
        app:pstsTriangleIndicator="false"
        app:pstsUnderlineColor="#FF3F9FE0" />
Add Fragment Categories Fragment
Android Material Temlate Screenshot 1 Android Material Temlate Screenshot 2
List Fragment Search Fragment
Android Material Temlate Screenshot 3 Android Material Temlate Screenshot 4

Pre-requisites

  • Android SDK v21
  • Android Build Tools v21.1.1
  • Android Support Repository

Usage

The Material-Temlate project can be opened in Eclipse. Make sure you have downloaded the Android Support Library using the SDK Manager. Create a library project and ensure the required JAR files are included in the project's build path: Select File > Import. Select Existing Android Code Into Workspace and click Next.

Browse to the SDK installation directory and then to the Support Library folder. For example, if you are adding the cardview project, browse to /extras/android/support/v7/cardview/.

Click Finish to import the project. For the v7 cardview project, you should now see a new project titled android-support-v7-cardview.

#Google Play https://play.google.com/store/apps/details?id=tr.asil.arayuz2

#Developed By

  • Asil Arslan

#License

Copyright 2015 Asil Arslan

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Library licenses

android-support-v7-cardview is subject to the Apache License, Version 2.0