2012-10-30 Miguel de Dios <miguel.dedios@artica.es>

* res/layout/options.xml, res/values-ja/strings.xml,
	res/values/strings.xml, res/values-es/strings.xml: changed the
	style of app, wip.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8985 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2013-10-30 16:14:36 +00:00
parent b46ece08bf
commit 74c0e8502c
5 changed files with 44 additions and 19 deletions

View File

@ -1,3 +1,9 @@
2012-10-30 Miguel de Dios <miguel.dedios@artica.es>
* res/layout/options.xml, res/values-ja/strings.xml,
res/values/strings.xml, res/values-es/strings.xml: changed the
style of app, wip.
2012-10-30 Miguel de Dios <miguel.dedios@artica.es>
* res/values/styles.xml, res/layout/options.xml: I have started to

View File

@ -118,7 +118,36 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingLeft="2dp"
android:text="@string/timeout_connections_label_str"
style="@style/options_label"
/>
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
>
<EditText
android:id="@+id/timeout_connections"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:ems="3"
android:inputType="number"
android:singleLine="true"
android:gravity="right" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/seconds_label_str"
style="@style/options_label"
android:paddingLeft="5dp"
android:layout_gravity="center_vertical"
/>
</LinearLayout>
<TableLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
@ -161,20 +190,6 @@
</LinearLayout>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingLeft="2dp"
android:text="@string/timeout_connections_label_str"
style="@style/options_label"
/>
<EditText
android:id="@+id/timeout_connections"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:ems="3"
android:inputType="number"
android:singleLine="true" />
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
@ -192,7 +207,8 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="5dp"
android:stretchColumns="0,1" >
android:stretchColumns="0,1"
android:padding="10dp">
<TableRow>

View File

@ -75,5 +75,6 @@
<string name="pandroid_info_long_txt"><p>Esta aplicación se usa para ver de forma autónoma y cómoda, el estado de los eventos resportados por un servidor de monitorización Pandora FMS. Desde esta aplicación podrá ver en tiempo real los eventos, e incluso validar o filtrarlos.</p><p>La configuración por defecto apunta al servidor de demo de Pandora FMS en firefly.artica.es. Cambie la configuración para que apunte a su propio servidor de Pandora FMS.</p></string>
<string name="connection_problems">Conexión fallida</string>
<string name="empty">- Vacia -</string>
<string name="timeout_connections_label_str">Tiempo de espera de las conexiones (en segundos)</string>
<string name="timeout_connections_label_str">Tiempo de espera de las conexiones</string>
<string name="seconds_label_str">segundos</string>
</resources>

View File

@ -76,5 +76,6 @@
<string name="validate_event_label_str">承諾済イベント</string>
<string name="pandroid_event_viewer_description_str">Pandora FMS リアルタイムイベントビューワ</string>
<string name="empty">- 空 -</string>
<string name="timeout_connections_label_str">Timeout connections (in seconds)</string>
<string name="timeout_connections_label_str">Timeout connections</string>
<string name="seconds_label_str">seconds</string>
</resources>

View File

@ -122,6 +122,7 @@
<string name="enable_background_service">Check in background</string>
<string name="default_profile_can_not_remove">Default profile can not be removed</string>
<string name="connection_problems">Connection failed</string>
<string name="timeout_connections_label_str">Timeout connections (in seconds)</string>
<string name="timeout_connections_label_str">Timeout connections</string>
<string name="seconds_label_str">seconds</string>
</resources>