Skip to content

Instantly share code, notes, and snippets.

package com.materialdesign.chris.materialdesignexperimenting;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.ObjectAnimator;
import android.app.Activity;
import android.os.Bundle;
import android.os.Handler;
import android.view.View;
import android.view.ViewAnimationUtils;
/*
* 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
@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>