Skip to content

Instantly share code, notes, and snippets.

@davidedellai
davidedellai / strings.xml
Created December 20, 2013 16:00
I need a translation of this xml in these languages: - Spanish - German - French Thanks :)
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">All in One System Pro</string>
<string name="action_settings">Settings</string>
<string name="titolo">Reboot device with these methods:</string>
<string name="descrizione">WARNING: These actions can be executed only if you have root privileges for your device. Tap on the icon below to verify that your device is rooted.</string>
<string name="titolodevicefragment">Device characteristics:</string>
<string name="checktitle">Tap the icon to verify that your device is rooted"#"</string>
<string name="appmanagertitle">Applications Manager</string>
@chrisbanes
chrisbanes / FloatLabelLayout.java
Last active March 15, 2024 06:39
FloatLabelLayout
/*
* Copyright 2014 Chris Banes
*
* 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
@daniellevass
daniellevass / android_material_design_colours.xml
Last active June 5, 2024 13:54
Android Material Design Colours
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- google's material design colours from
http://www.google.com/design/spec/style/color.html#color-ui-color-palette -->
<!--reds-->
<color name="md_red_50">#FFEBEE</color>
<color name="md_red_100">#FFCDD2</color>
<color name="md_red_200">#EF9A9A</color>