|
|
@ -15,9 +15,14 @@ |
|
|
|
You should have received a copy of the GNU General Public License |
|
|
|
You should have received a copy of the GNU General Public License |
|
|
|
along with Transdroid. If not, see <http://www.gnu.org/licenses/>. |
|
|
|
along with Transdroid. If not, see <http://www.gnu.org/licenses/>. |
|
|
|
--> |
|
|
|
--> |
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
|
|
|
|
android:fillViewport="true" > |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:orientation="vertical" |
|
|
|
android:orientation="vertical" |
|
|
|
android:padding="@dimen/margin_default" > |
|
|
|
android:padding="@dimen/margin_default" > |
|
|
|
|
|
|
|
|
|
|
@ -61,4 +66,22 @@ |
|
|
|
android:gravity="center" |
|
|
|
android:gravity="center" |
|
|
|
android:text="@string/system_license" /> |
|
|
|
android:text="@string/system_license" /> |
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
<TextView |
|
|
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:layout_gravity="center_horizontal" |
|
|
|
|
|
|
|
android:layout_marginBottom="@dimen/margin_half" |
|
|
|
|
|
|
|
android:gravity="center" |
|
|
|
|
|
|
|
android:text="@string/system_librarieslabel" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:layout_gravity="center_horizontal" |
|
|
|
|
|
|
|
android:layout_marginBottom="@dimen/margin_default" |
|
|
|
|
|
|
|
android:fontFamily="monospace" |
|
|
|
|
|
|
|
android:textSize="12sp" |
|
|
|
|
|
|
|
android:text="@string/system_libraries" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</ScrollView> |