Приложение к дипломной работе



Названиефайла: AndroidManifest.xml

<?xml version="1.0" encoding="utf-8"?>

<manifest xmlns:android="http://schemas.android.com/apk/res/android"

package="com.example.korpu.myapplication2">

 

<application

   android:allowBackup="true"

   android:icon="@mipmap/ic_launcher"

   android:label="@string/app_name"

   android:roundIcon="@mipmap/ic_launcher_round"

   android:supportsRtl="true"

   android:theme="@style/AppTheme">

<activity android:name=".MainActivity">

<intent-filter>

<action android:name="android.intent.action.MAIN" />

 

<category android:name="android.intent.category.LAUNCHER" />

</intent-filter>

</activity>

</application>

 

</manifest>

Названиефайла: Main.xml

<?xml version="1.0" encoding="utf-8"?>

<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"

xmlns:app="http://schemas.android.com/apk/res-auto"

android:id="@+id/activity_main"

xmlns:tools="http://schemas.android.com/tools"

android:layout_

android:layout_height="match_parent"

tools:context="com.example.korpu.myapplication2.MainActivity">

<LinearLayout

xmlns:android="http://schemas.android.com/apk/res/android"

android:layout_

android:layout_height="fill_parent"

android:orientation="vertical">

<LinearLayout

   android:layout_

   android:layout_height="wrap_content">

<Button

       android:id="@+id/btnWrite"

       android:layout_

       android:layout_height="wrap_content"

       android:text="@string/write_file"

       android:onClick="onclick">

</Button>

<Button

       android:id="@+id/btnRead"

       android:layout_

       android:layout_height="wrap_content"

       android:text="@string/read_file"

       android:onClick="onclick">

</Button>

</LinearLayout>

<LinearLayout

   android:layout_

   android:layout_height="wrap_content">

<Button

       android:id="@+id/btnWriteSD"

       android:layout_

       android:layout_height="wrap_content"

       android:text="@string/write_file_sd"

       android:onClick="onclick">

</Button>

<Button

       android:id="@+id/btnReadSD"

       android:layout_

       android:layout_height="wrap_content"

       android:text="@string/read_file_sd"

       android:onClick="onclick">

</Button>

</LinearLayout>

</LinearLayout>

 

<TextView

xmlns:android="http://schemas.android.com/apk/res/android"

xmlns:tools="http://schemas.android.com/tools"

android:id="@+id/textView"

android:layout_

android:layout_height="wrap_content"

android:text="0"

android:textSize="32dp"

android:layout_centerHorizontal="true"

android:layout_centerVertical="true"

tools:layout_editor_absoluteY="105dp"

tools:layout_editor_absoluteX="46dp" />

</android.support.constraint.ConstraintLayout>

 

Названиефайла: colors.xml

<?xml version="1.0" encoding="utf-8"?>

<resources>

<color name="colorPrimary">#3F51B5</color>

<color name="colorPrimaryDark">#303F9F</color>

<color name="colorAccent">#FF4081</color>

</resources>

Названиефайла: strings.xml

<resources>

<string name="app_name">My Application2</string>

<string name="write_file">Записать файл</string>

<string name="read_file">Прочесть файл</string>

<string name="write_file_sd">+</string>

<string name="read_file_sd">■</string>

</resources>

Названиефайла: strings.xml

<resources>

 

<!-- Base application theme. -->

<style name="AppTheme" parent="Theme.AppCompat">

<!-- Customize your theme here. -->

<item name="colorPrimary">@color/colorPrimary</item>

<item name="colorPrimaryDark">@color/colorPrimaryDark</item>

<item name="colorAccent">@color/colorAccent</item>

</style>

 

</resources>


Дата добавления: 2018-06-01; просмотров: 393; Мы поможем в написании вашей работы!

Поделиться с друзьями:






Мы поможем в написании ваших работ!