daily pastebin goal
26%
SHARE
TWEET

Untitled

a guest Sep 11th, 2018 44 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. .....
  2.  
  3. <application
  4.        android:icon="@mipmap/ic_launcher"
  5.        android:label="@string/app_name"
  6.        android:theme="@style/LightTheme">    <!--  Here  -->
  7.  
  8. .....
  9.  
  10. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  11.    android:layout_width="match_parent"
  12.    android:layout_height="wrap_content"
  13.    android:orientation="horizontal">
  14.  
  15.     <ImageView
  16.        android:id="@+id/link"
  17.        android:layout_width="wrap_content"
  18.        android:layout_height="wrap_content"
  19.        android:tint="?attr/colorPrimary" />    <!-- And here -->
  20.  
  21. .......
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
 
Top