Skip to content

Commit

Permalink
Use shared dimen
Browse files Browse the repository at this point in the history
  • Loading branch information
seadowg committed Feb 1, 2024
1 parent a56cb8e commit 4633a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collect_app/src/main/res/layout/form_entry_end.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ the specific language governing permissions and limitations under the License.
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/form_edits_warning"
app:layout_constraintWidth_max="640dp">
app:layout_constraintWidth_max="@dimen/max_content_width">

<com.google.android.material.button.MaterialButton
android:id="@+id/save_as_draft"
Expand Down

0 comments on commit 4633a8c

Please sign in to comment.