This repository has been archived by the owner on Jan 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
hexadec
committed
Dec 27, 2018
1 parent
137d827
commit d806554
Showing
11 changed files
with
65 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<HorizontalScrollView xmlns:android="http://schemas.android.com/apk/res/android" | ||
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" | ||
xmlns:tools="http://schemas.android.com/tools" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:padding="12dp" | ||
tools:context="hu.kfg.naplo.AbsencesActivity" | ||
android:id="@+id/absences_scrollview" | ||
tools:layout_editor_absoluteX="0dp" | ||
tools:layout_editor_absoluteY="81dp"> | ||
|
||
<ScrollView | ||
android:layout_width="wrap_content" | ||
android:layout_height="match_parent"> | ||
|
||
<TableLayout | ||
android:id="@+id/absencestable" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content"/> | ||
</ScrollView> | ||
</HorizontalScrollView> | ||
<TableLayout | ||
android:id="@+id/absencestable" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" /> | ||
</ScrollView> |
Oops, something went wrong.