Step 1 : Put this colors in your colors.xml file
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#3F51B5</color>
<color name="colorPrimaryDark">#303F9F</color>
<color name="colorAccent">#FF4081</color>
<color name="list_gray">#99000000</color>
<color name="toolbar_back">#f7f7f7</color>
<color name="head_orange">#bf500a</color>
<color name="view_gray">#707070</color>
<color name="text_gray">#666666</color>
<color name="black">#000000</color>
<color name="white">#ffffff</color>
<color name="trending_text_gray">#8a8a8f</color>
<color name="trending_view_gray">#c8c7cc</color>
<color name="apple_id_black">#403c3c</color>
<color name="genre_view_gray">#b2b2b2</color>
<color name="grey">#97979b</color>
<color name="bottom_nav_gray">#898989</color>
<color name="julia_black">#101010</color>
<color name="literature_black">#323232</color>
<color name="back_gray_author">#efeff4</color>
<color name="julia_auth_gray">#8f8f94</color>
<color name="author2_view_gray">#d6d6d6</color>
<color name="author2_text_gray">#a9a9ac</color>
<color name="search2_gray_view">#c8c8cc</color>
<color name="transparent">#00000000</color>
<color name="book_detail_text_gray">#8c8c8c</color>
<color name="gray">#DCDCDC</color>
</resources>
Step 2 : Put this strings in your string.xml file
<resources>
<string name="app_name">APE</string>
<string name="explore">Explore</string>
<string name="trending">Trending</string>
<string name="viewall">View All</string>
<string name="recently">Recently explored</string>
<string name="top_authors">Top Authors</string>
<string name="top_selling">Top Selling books</string>
<string name="explore_by">Explore by Language</string>
<string name="get_started">Get Started with Apple Pay</string>
<string name="apple_id">Apple ID : diurblase@apple.com</string>
<string name="love_reading">Love reading?</string>
<string name="get_access">Get access to 1.5M books from ape-library.</string>
<string name="sign_in">Sign in</string>
<string name="connect_fb">Connect with Facebook</string>
<string name="not_yet">Not Registered Yet?</string>
<string name="recent">Recent</string>
<string name="titles">Titles</string>
<string name="authors">Authors</string>
<string name="top_rated">Top Rated Books</string>
<string name="catalog">Catalog</string>
<string name="my_books">My Books</string>
<string name="profile">Profile</string>
<string name="new_planets">NEW PLANETS \n & \n WORMHOLE</string>
<string name="julia">Julia Romes</string>
<string name="literature">Literature</string>
<string name="_12_books">12 books . 34,587 Subscribers</string>
<string name="subscribe">SUBSCRIBE</string>
<string name="about">About</string>
<string name="air_at">Air At vero eos et accusamus et iusto odio dignissim os ducimus qui blanditiis praesentium voluptatum
deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident,
sim ilique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.
Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil</string>
<string name="books">Books</string>
<string name="_10_more">10 More Books</string>
<string name="_julia">\@julia_auth</string>
<string name="_310">310</string>
<string name="_2015">2015</string>
<string name="_4388">4388</string>
<string name="_77">#77</string>
<string name="pages">Pages</string>
<string name="publication">Publication</string>
<string name="reviews">Reviews</string>
<string name="in_travel">In Travel</string>
<string name="related">Related</string>
<string name="skip">Skip</string>
<string name="create_account">Create Account</string>
<string name="come_on">Come on in! Join APE to \n always be in the know.</string>
<string name="first_name">First name</string>
<string name="kevin">kevin@wsdesign.in</string>
<string name="_continue">Continue</string>
<string name="notifications">Notifications</string>
<string name="enable_noti">Enable notification to get latest \n news, books, offers and many more…</string>
<string name="when_you">When you arise in the morning, think of what a \n precious privilege it is to be alive.</string>
<string name="turn_on">Turn On</string>
<string name="by_clicking">By clicking button, you accept our \n terms and conditions</string>
<string name="not_now">Not Now</string>
<string name="your_library">Your Library</string>
<string name="all_books">All Books</string>
<string name="john">John Hanksour</string>
<string name="the_end">The End of Night: Searching for Natural \n Darkness in an Age.</string>
<string name="_4524">(4524)</string>
<string name="travel">Travel</string>
<string name="adventure">Adventure</string>
<string name="to_wishlist">To Wishlist</string>
<string name="contents">Contents Table</string>
<string name="audio_book">Audio book</string>
<string name="read_fragment">Read Fragment</string>
<string name="buy_for">Buy for $19.99</string>
<string name="appbar_scrolling_view_behavior" translatable="false">android.support.design.widget.AppBarLayout$ScrollingViewBehavior</string>
<string name="subscription">Subscription</string>
<string name="subs_give_you_access">Subsctiption give you access to the entire ape
library and offline access to books that
you download</string>
<string name="monthly">Monthly - $5</string>
<string name="yearly">Yearly - $55</string>
<string name="life_time">Life time access - $300</string>
<string name="recommended">Recommended</string>
</resources>
Step 3 : Put this style in your style folder.
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/head_orange</item>
<item name="colorPrimaryDark">@color/gray</item>
<item name="colorAccent">@color/colorAccent</item>
<item name="windowNoTitle">true</item>
<item name="windowActionBar">true</item>
</style>
<style name="AppTheme2" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/black</item>
<item name="colorPrimaryDark">@color/white</item>
<item name="colorAccent">@color/colorAccent</item>
<item name="windowNoTitle">true</item>
<item name="android:windowFullscreen">true</item>
</style>
<style name="RatingBar" parent="Theme.AppCompat">
<item name="colorControlNormal">#a9a9ac</item>
<item name="colorControlActivated">#e8bd0a</item>
</style>
<style name="Notificationstyle" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">#0e0e0e</item>
<item name="colorAccent">@color/colorAccent</item>
<item name="windowNoTitle">true</item>
<item name="windowActionBar">true</item>
</style>
</resources>
Step 4 : Put this dependencies in buid.gradle file.
implementation 'com.android.support:recyclerview-v7:27.1.1'
implementation 'de.hdodenhof:circleimageview:2.2.0'
compile 'com.makeramen:roundedimageview:2.3.0'
implementation 'com.android.support:cardview-v7:27.1.1'
implementation 'com.android.support:design:27.1.1'