Skip to content

Commit

Permalink
new file: AUTHORS
Browse files Browse the repository at this point in the history
	new file:   COPYING
	modified:   res/layout-land/info.xml
	modified:   res/layout-land/properties.xml
	modified:   res/layout-port/details.xml
	modified:   res/layout-port/info.xml
	modified:   res/layout-port/properties.xml
	modified:   res/layout/details.xml
	modified:   res/layout/info.xml
	modified:   res/layout/properties.xml
	modified:   res/values-el/strings.xml
	modified:   res/values-en/strings.xml
	modified:   res/values/strings.xml
	modified:   src/com/android/leledroid/details.java
	modified:   src/com/android/leledroid/info.java
  • Loading branch information
forfolias committed Jan 20, 2011
1 parent 1ffc2f7 commit c64735f
Show file tree
Hide file tree
Showing 15 changed files with 1,003 additions and 400 deletions.
3 changes: 3 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
leleDroid by George Vasilakos

http://linuxteam.cs.teilar.gr/~forfolias/leleDroid
674 changes: 674 additions & 0 deletions COPYING

Large diffs are not rendered by default.

29 changes: 19 additions & 10 deletions res/layout-land/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,44 @@
<ImageView android:id="@+id/infoImage" android:src="@drawable/icon"
android:layout_margin="4dip" android:layout_width="wrap_content"
android:layout_height="wrap_content"></ImageView>

<!-- APP NAME -->

<LinearLayout android:layout_width="fill_parent"
android:layout_height="wrap_content" android:gravity="center_horizontal">
<TextView android:text="@string/app_name" android:textSize="15sp"
android:layout_margin="5dip" android:textStyle="bold"
android:layout_margin="4dip" android:textStyle="bold"
android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView>
<TextView android:text="@string/ver" android:layout_margin="4dip"
android:textStyle="italic" android:gravity="center"
android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView>
<TextView android:text="@string/ver" android:layout_margin="5dip" android:textStyle="italic"
android:gravity="center" android:layout_width="wrap_content"
android:layout_height="wrap_content"></TextView>
</LinearLayout>


<!-- DESCRIPTION -->

</LinearLayout>
<TextView android:text="@string/description" android:gravity="center_horizontal"
android:layout_margin="5dip" android:layout_width="wrap_content"
android:layout_margin="4dip" android:layout_width="wrap_content"
android:layout_height="wrap_content"></TextView>


<!-- COPYRIGHT -->

<TextView android:text="@string/copyright"
android:layout_margin="4dip" android:layout_width="wrap_content"
android:layout_height="wrap_content"></TextView>

<!-- CONTACT -->

<TextView android:text="@string/contact" android:id="@+id/contact"
android:layout_margin="2dip" android:layout_width="wrap_content"
android:layout_height="wrap_content"></TextView>

<!-- SITE -->

<TextView android:text="@string/site" android:layout_margin="2dip"
android:id="@+id/site" android:layout_width="wrap_content"
android:layout_height="wrap_content"></TextView>

<!-- BUTTONS -->

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_margin="5dip" android:orientation="horizontal"
Expand All @@ -42,8 +51,8 @@
<Button android:text="@string/licence" android:id="@+id/licenceButton"
android:onClick="licenceButtonClicked" android:layout_width="110dip"
android:layout_height="wrap_content"></Button>
<Button android:text="@string/back" android:id="@+id/backButton"
android:onClick="backButtonClicked" android:layout_width="110dip"
<Button android:text="@string/donate" android:id="@+id/donateButton"
android:onClick="donateButtonClicked" android:layout_width="110dip"
android:layout_height="wrap_content"></Button>
</LinearLayout>
</LinearLayout>
38 changes: 18 additions & 20 deletions res/layout-land/properties.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,41 +5,40 @@
android:orientation="vertical">

<!-- name of str -->
<LinearLayout android:id="@+id/LinearLayout03"
<LinearLayout android:id="@+id/LinearLayout03" android:layout_margin="5dip"
android:orientation="horizontal" android:layout_height="wrap_content"
android:layout_width="fill_parent">
<LinearLayout android:id="@+id/space"
android:layout_height="fill_parent" android:layout_width="245dip"
android:gravity="right">
<TextView android:text="@string/str_name_tv" android:id="@+id/str_name_tv"
android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView>
android:layout_height="fill_parent" android:gravity="right" android:layout_width="220dip">
<TextView android:text="@string/str_name_tv_short" android:id="@+id/str_name_tv"
android:layout_height="wrap_content" android:layout_width="wrap_content" ></TextView>
<EditText android:text="lelouras" android:id="@+id/str_name_et"
android:inputType="textPersonName" android:layout_height="wrap_content"
android:layout_marginLeft="7dip" android:layout_marginRight="7dip" android:layout_width="120dip"></EditText>
</LinearLayout>

<!-- oplo -->

<LinearLayout android:id="@+id/space"
<LinearLayout android:id="@+id/space"
android:layout_height="fill_parent" android:layout_width="fill_parent"
android:gravity="right">
<TextView android:text="@string/str_oplo_tv" android:id="@+id/str_oplo_tv"
<TextView android:text="@string/str_oplo_tv_short" android:id="@+id/str_oplo_tv"
android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView>
<Spinner android:id="@+id/oploSpinner" android:layout_height="wrap_content"
android:prompt="@string/oploSpinner" android:layout_width="120dip"
android:layout_marginLeft="7dip"
android:layout_alignParentRight="true"></Spinner>
</LinearLayout>
</LinearLayout>

<!-- imera katataksis -->

<LinearLayout android:id="@+id/LinearLayout03"
<LinearLayout android:id="@+id/LinearLayout03" android:layout_margin="5dip"
android:orientation="horizontal" android:layout_height="wrap_content"
android:layout_width="fill_parent">
<LinearLayout android:id="@+id/space"
android:layout_height="fill_parent" android:layout_width="245dip"
android:gravity="right">
<TextView android:text="@string/str_indate_tvL" android:id="@+id/str_indate_tv"
android:layout_height="fill_parent" android:gravity="right" android:layout_width="220dip">
<TextView android:text="@string/str_indate_tv_short" android:id="@+id/str_indate_tv"
android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView>
<EditText android:text="" android:id="@+id/str_indate_et"
android:layout_marginLeft="7dip" android:layout_marginRight="7dip"
Expand All @@ -49,10 +48,10 @@

<!-- imera apolisis -->

<LinearLayout android:id="@+id/space"
<LinearLayout android:id="@+id/space"
android:layout_height="fill_parent" android:layout_width="fill_parent"
android:gravity="right">
<TextView android:text="@string/str_outdate_tvL" android:id="@+id/str_outdate_tv"
<TextView android:text="@string/str_outdate_tv_short" android:id="@+id/str_outdate_tv"
android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView>
<EditText android:text="" android:id="@+id/str_outdate_et"
android:layout_marginLeft="7dip" android:focusable="false"
Expand All @@ -64,13 +63,12 @@

<!-- imeres adeias -->

<LinearLayout android:id="@+id/LinearLayout05"
<LinearLayout android:id="@+id/LinearLayout05" android:layout_margin="5dip"
android:orientation="horizontal" android:layout_height="wrap_content"
android:layout_width="fill_parent">
<LinearLayout android:id="@+id/space"
android:layout_height="fill_parent" android:layout_width="245dip"
android:gravity="right">
<TextView android:text="@string/str_adeia_tv" android:id="@+id/str_adeia_tv"
android:layout_height="fill_parent" android:gravity="right" android:layout_width="220dip">
<TextView android:text="@string/str_adeia_tv_short" android:id="@+id/str_adeia_tv"
android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView>

<EditText android:text="32" android:id="@+id/str_adeia_et"
Expand All @@ -81,7 +79,7 @@
<LinearLayout android:id="@+id/space"
android:layout_height="fill_parent" android:layout_width="fill_parent"
android:gravity="right">
<TextView android:text="@string/str_filaki_tv" android:id="@+id/str_filaki_tv"
<TextView android:text="@string/str_filaki_tv_short" android:id="@+id/str_filaki_tv"
android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView>
<EditText android:text="0" android:id="@+id/str_filaki_et"
android:layout_marginLeft="7dip" android:layout_width="120dip"
Expand All @@ -94,7 +92,7 @@

<LinearLayout android:id="@+id/LinearLayout06" android:gravity="center_horizontal"
android:orientation="horizontal" android:layout_height="wrap_content"
android:layout_width="fill_parent">
android:layout_width="fill_parent" android:layout_margin="10dip">
<Button android:text="@string/ok_but" android:id="@+id/ok_button"
android:onClick="okButtonClicked" android:layout_width="100dip"
android:layout_height="wrap_content"></Button>
Expand Down
Loading

0 comments on commit c64735f

Please sign in to comment.