This commit is contained in:
Vincent KHERBACHE 2015-11-16 01:39:02 +01:00
parent 29ea9b8483
commit 069933d7c2
51 changed files with 15 additions and 104 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 106 KiB

View File

@ -6,7 +6,15 @@
android:paddingBottom="@dimen/activity_vertical_margin" android:paddingBottom="@dimen/activity_vertical_margin"
tools:context=".MainActivity$PlaceholderFragment" tools:context=".MainActivity$PlaceholderFragment"
android:id="@+id/layout_fragment_main" android:id="@+id/layout_fragment_main"
android:background="@drawable/background_home"> android:background="#ffffa9a5">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ic_launcher_black"
android:layout_below="@+id/textViewUserName"
android:layout_centerHorizontal="true"
android:layout_marginTop="20dp" />
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
@ -15,7 +23,7 @@
android:id="@+id/textViewSolde" android:id="@+id/textViewSolde"
android:lines="1" android:lines="1"
android:maxLines="1" android:maxLines="1"
android:layout_marginBottom="50dp" android:layout_marginBottom="40dp"
android:textSize="50dp" android:textSize="50dp"
android:layout_alignParentBottom="true" android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true" android:layout_centerHorizontal="true"
@ -25,7 +33,7 @@
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium" android:textAppearance="?android:attr/textAppearanceLarge"
android:id="@+id/textViewUserName" android:id="@+id/textViewUserName"
android:layout_marginTop="23dp" android:layout_marginTop="23dp"
android:lines="1" android:lines="1"
@ -37,12 +45,13 @@
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium" android:textAppearance="?android:attr/textAppearanceLarge"
android:text="@string/show_solde" android:text="SOLDE DE POINTS"
android:id="@+id/textView" android:id="@+id/textView"
android:layout_above="@+id/textViewSolde" android:layout_above="@+id/textViewSolde"
android:layout_centerHorizontal="true" android:layout_centerHorizontal="true"
android:textStyle="bold" android:textStyle="bold"
android:layout_marginBottom="5dp" /> android:layout_marginBottom="15dp"
android:textSize="30dp" />
</RelativeLayout> </RelativeLayout>

View File

@ -1,13 +0,0 @@
/**
* Automatically generated file. DO NOT MODIFY
*/
package com.googlecode.tesseract.android;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "com.googlecode.tesseract.android";
public static final String BUILD_TYPE = "debug";
public static final String FLAVOR = "";
public static final int VERSION_CODE = 1;
public static final String VERSION_NAME = "";
}

View File

@ -1,13 +0,0 @@
/**
* Automatically generated file. DO NOT MODIFY
*/
package com.googlecode.tesseract.android.test;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "com.googlecode.tesseract.android.test";
public static final String BUILD_TYPE = "debug";
public static final String FLAVOR = "";
public static final int VERSION_CODE = -1;
public static final String VERSION_NAME = "";
}

View File

@ -1,26 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2011 Google Inc.
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
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.googlecode.tesseract.android"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="19" />
</manifest>

View File

@ -1,2 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main"><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/src/main/assets"/></dataSet><dataSet config="debug"><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/src/debug/assets"/></dataSet></merger>

View File

@ -1,2 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="debug"><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/build/intermediates/bundles/debug/assets"/></dataSet><dataSet config="main"><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/src/androidTest/assets"/></dataSet></merger>

View File

@ -1,2 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="debug"><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/build/intermediates/bundles/debug/res"/></dataSet><dataSet config="main"><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/src/androidTest/res"/><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/build/generated/res/rs/test/debug"/><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/build/generated/res/generated/test/debug"/></dataSet><mergedItems/></merger>

View File

@ -1,2 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main"><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/src/main/res"/><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/build/generated/res/rs/debug"/><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/build/generated/res/generated/debug"/></dataSet><dataSet config="debug"><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/src/debug/res"/></dataSet><mergedItems/></merger>

View File

@ -1,20 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.googlecode.tesseract.android.test" >
<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="19" />
<instrumentation
android:name="android.test.InstrumentationTestRunner"
android:functionalTest="false"
android:handleProfiling="false"
android:label="Tests for com.googlecode.tesseract.android.test"
android:targetPackage="com.googlecode.tesseract.android.test" />
<application>
<uses-library android:name="android.test.runner" />
</application>
</manifest>

View File

@ -1,16 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.googlecode.tesseract.android.test">
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="19" />
<application>
<uses-library android:name="android.test.runner" />
</application>
<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="com.googlecode.tesseract.android.test"
android:handleProfiling="false"
android:functionalTest="false"
android:label="Tests for com.googlecode.tesseract.android.test"/>
</manifest>

View File

@ -1,2 +0,0 @@
Manifest-Version: 1.0