Advertisement
letmedanz

Untitled

Jan 24th, 2015
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. MADE IT INTO THIS
  2.  
  3. +<PreferenceScreen
  4. + android:key="lock_clock"
  5. + android:fragment="com.android.settings.darkkat.More"
  6. + android:title="@string/more" />
  7. +
  8. +
  9.  
  10. IT WAS :
  11.  
  12. <dashboard-tile
  13. android:id="@+id/more"
  14. android:title="@string/more"
  15. android:fragment="com.android.settings.darkkat.More"
  16. android:icon="@drawable/ic_settings_more" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement