Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
xenonnn4w committed Aug 15, 2024
1 parent 621c2fc commit 85a074a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
14 changes: 1 addition & 13 deletions AnkiDroid/src/main/res/layout/widget_deck_picker_large.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,11 @@

<LinearLayout
android:id="@+id/deckCollection"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="0dp"
android:background="?attr/colorSurface"
>
android:orientation="vertical">

</LinearLayout>

<TextView
android:id="@+id/dataStatus"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/data_not_available"
android:gravity="center"
android:textSize="18sp"
android:textColor="@android:color/black"
android:visibility="gone"
android:layout_centerInParent="true" />
</RelativeLayout>
1 change: 0 additions & 1 deletion AnkiDroid/src/main/res/values/constants.xml
Original file line number Diff line number Diff line change
Expand Up @@ -328,5 +328,4 @@
<string name="deck1Name_deck_picker_widget" translatable="false" comment="Example of a Deck name. Android's widget provider displays it as an example of what the Deck Picker widget may look like">English</string>
<string name="deck2Name_deck_picker_widget" translatable="false" comment="Example of a Deck name. Android's widget provider displays it as an example of what the Deck Picker widget may look like">Español</string>
<string name="deck3Name_deck_picker_widget" translatable="false" comment="Example of a Deck name. Android's widget provider displays it as an example of what the Deck Picker widget may look like">日本語</string>

</resources>

0 comments on commit 85a074a

Please sign in to comment.